Uses of Class
com.foursoft.harness.vec.v113.VecWireElementReference
Packages that use VecWireElementReference
-
Uses of VecWireElementReference in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecWireElementReferenceModifier and TypeFieldDescriptionprotected List<VecWireElementReference>VecWireGrouping.relatedWireRoleprotected List<VecWireElementReference>VecWireRole.wireElementReferencesMethods in com.foursoft.harness.vec.v113 that return VecWireElementReferenceModifier and TypeMethodDescriptionObjectFactory.createVecWireElementReference()Create an instance ofVecWireElementReferenceVecWireEnd.getParentWireElementReference()Gets a reference to the parent of this object in the XML DOM Tree.VecWireLength.getParentWireElementReference()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 VecWireElementReferenceModifier and TypeMethodDescriptionVecConnection.getRefWireElementReference()Gets aSetof allVecWireElementReferencethat 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.VecSignal.getRefWireElementReference()Gets aSetof allVecWireElementReferencethat 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.VecWireElement.getRefWireElementReference()Gets aSetof allVecWireElementReferencethat 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.VecWireGrouping.getRelatedWireRole()Gets the value of the relatedWireRole property.VecWireRole.getWireElementReferences()Gets the value of the wireElementReferences property. -
Uses of VecWireElementReference in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireElementReferenceModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireElementReference(VecWireElementReference aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireElementReference(VecWireElementReference aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireElementReference(VecWireElementReference aBean) FunctionVisitor.visitVecWireElementReference(VecWireElementReference aBean) StrictBaseVisitor.visitVecWireElementReference(VecWireElementReference aBean) TraversingVisitor.visitVecWireElementReference(VecWireElementReference aBean) Visitor.visitVecWireElementReference(VecWireElementReference aBean)