Uses of Class
com.foursoft.harness.vec.v113.VecFuseComponent
Packages that use VecFuseComponent
-
Uses of VecFuseComponent in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecFuseComponentModifier and TypeFieldDescriptionprotected List<VecFuseComponent>VecMultiFuseSpecification.fuseComponentsMethods in com.foursoft.harness.vec.v113 that return VecFuseComponentModifier and TypeMethodDescriptionObjectFactory.createVecFuseComponent()Create an instance ofVecFuseComponentMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecFuseComponentModifier and TypeMethodDescriptionVecMultiFuseSpecification.getFuseComponents()Gets the value of the fuseComponents property.VecFuseSpecification.getRefFuseComponent()Gets aSetof allVecFuseComponentthat 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.VecPinComponent.getRefFuseComponent()Gets aSetof allVecFuseComponentthat 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 VecFuseComponent in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecFuseComponentModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecFuseComponent(VecFuseComponent aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecFuseComponent(VecFuseComponent aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecFuseComponent(VecFuseComponent aBean) FunctionVisitor.visitVecFuseComponent(VecFuseComponent aBean) StrictBaseVisitor.visitVecFuseComponent(VecFuseComponent aBean) TraversingVisitor.visitVecFuseComponent(VecFuseComponent aBean) Visitor.visitVecFuseComponent(VecFuseComponent aBean)