Uses of Class
com.foursoft.harness.vec.v113.VecWireElement
Packages that use VecWireElement
-
Uses of VecWireElement in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecWireElementModifier and TypeFieldDescriptionprotected VecWireElementVecWireElementReference.referencedWireElementReferences the WireElement that is represented by the WireElementReference.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecWireElementModifier and TypeFieldDescriptionprotected List<VecWireElement>VecWireSpecification.wireElementsSpecifies the WireElements that are available in theWireSpecification.Methods in com.foursoft.harness.vec.v113 that return VecWireElementModifier and TypeMethodDescriptionObjectFactory.createVecWireElement()Create an instance ofVecWireElementVecWireElementReference.getReferencedWireElement()Gets the value of the referencedWireElement property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecWireElementModifier and TypeMethodDescriptionVecWireElementSpecification.getRefWireElement()Gets aSetof allVecWireElementthat 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.VecWireSpecification.getWireElements()Gets the value of the wireElements property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecWireElementModifier and TypeMethodDescriptionvoidVecWireElementReference.setReferencedWireElement(VecWireElement value) Sets the value of the referencedWireElement property. -
Uses of VecWireElement in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireElementModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireElement(VecWireElement aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireElement(VecWireElement aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireElement(VecWireElement aBean) FunctionVisitor.visitVecWireElement(VecWireElement aBean) StrictBaseVisitor.visitVecWireElement(VecWireElement aBean) TraversingVisitor.visitVecWireElement(VecWireElement aBean) Visitor.visitVecWireElement(VecWireElement aBean)