Uses of Class
com.foursoft.harness.vec.v113.VecPinComponent
Packages that use VecPinComponent
-
Uses of VecPinComponent in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecPinComponentFields in com.foursoft.harness.vec.v113 with type parameters of type VecPinComponentModifier and TypeFieldDescriptionprotected List<VecPinComponent>VecFuseComponent.connectedPinsprotected List<VecPinComponent>VecHousingComponent.pinComponentsprotected List<VecPinComponent>VecInternalComponentConnection.pinsMethods in com.foursoft.harness.vec.v113 that return VecPinComponentModifier and TypeMethodDescriptionObjectFactory.createVecPinComponent()Create an instance ofVecPinComponentVecPinComponentBehavior.getParentPinComponent()Gets a reference to the parent of this object in the XML DOM Tree.VecPinComponentReference.getPinComponent()Gets the value of the pinComponent property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPinComponentModifier and TypeMethodDescriptionVecFuseComponent.getConnectedPins()Gets the value of the connectedPins property.VecHousingComponent.getPinComponents()Gets the value of the pinComponents property.VecInternalComponentConnection.getPins()Gets the value of the pins property.VecCavity.getRefPinComponent()Gets aSetof allVecPinComponentthat 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.VecTerminalSpecification.getRefPinComponent()Gets aSetof allVecPinComponentthat 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.Methods in com.foursoft.harness.vec.v113 with parameters of type VecPinComponentModifier and TypeMethodDescriptionvoidVecPinComponentReference.setPinComponent(VecPinComponent value) Sets the value of the pinComponent property. -
Uses of VecPinComponent in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPinComponentModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPinComponent(VecPinComponent aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPinComponent(VecPinComponent aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPinComponent(VecPinComponent aBean) FunctionVisitor.visitVecPinComponent(VecPinComponent aBean) StrictBaseVisitor.visitVecPinComponent(VecPinComponent aBean) TraversingVisitor.visitVecPinComponent(VecPinComponent aBean) Visitor.visitVecPinComponent(VecPinComponent aBean)