Uses of Class
com.foursoft.harness.vec.v113.VecPinComponentBehavior
Packages that use VecPinComponentBehavior
-
Uses of VecPinComponentBehavior in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPinComponentBehaviorModifier and TypeFieldDescriptionprotected List<VecPinComponentBehavior>VecPinComponent.behavioursSpecifies the configuration dependent electrical behavior of thePinComponent.Methods in com.foursoft.harness.vec.v113 that return VecPinComponentBehaviorModifier and TypeMethodDescriptionObjectFactory.createVecPinComponentBehavior()Create an instance ofVecPinComponentBehaviorVecPinCurrentInformation.getParentPinComponentBehavior()Gets a reference to the parent of this object in the XML DOM Tree.VecPinOpticalInformation.getParentPinComponentBehavior()Gets a reference to the parent of this object in the XML DOM Tree.VecPinVoltageInformation.getParentPinComponentBehavior()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPinComponentBehaviorModifier and TypeMethodDescriptionVecPinComponent.getBehaviours()Gets the value of the behaviours property.VecSignal.getRefPinComponentBehavior()Gets aSetof allVecPinComponentBehaviorthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. -
Uses of VecPinComponentBehavior in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPinComponentBehaviorModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPinComponentBehavior(VecPinComponentBehavior aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPinComponentBehavior(VecPinComponentBehavior aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPinComponentBehavior(VecPinComponentBehavior aBean) FunctionVisitor.visitVecPinComponentBehavior(VecPinComponentBehavior aBean) StrictBaseVisitor.visitVecPinComponentBehavior(VecPinComponentBehavior aBean) TraversingVisitor.visitVecPinComponentBehavior(VecPinComponentBehavior aBean) Visitor.visitVecPinComponentBehavior(VecPinComponentBehavior aBean)