Uses of Class
com.foursoft.harness.vec.v113.VecWireElementSpecification
Packages that use VecWireElementSpecification
-
Uses of VecWireElementSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecWireElementSpecificationModifier and TypeFieldDescriptionprotected VecWireElementSpecificationVecWireElement.wireElementSpecificationReference theWireElementSpecificationthat is represented by theWireElement.protected VecWireElementSpecificationVecWireSpecification.wireElementSpecificationReferences theWireElementSpecificationthat defines the properties of the top-mostWireElement.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecWireElementSpecificationModifier and TypeFieldDescriptionprotected List<VecWireElementSpecification>VecWireElementSpecification.subWireElementSpecificationMethods in com.foursoft.harness.vec.v113 that return VecWireElementSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecWireElementSpecification()Create an instance ofVecWireElementSpecificationVecWireElement.getWireElementSpecification()Gets the value of the wireElementSpecification property.VecWireSpecification.getWireElementSpecification()Gets the value of the wireElementSpecification property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecWireElementSpecificationModifier and TypeMethodDescriptionVecConductorSpecification.getRefWireElementSpecification()Gets aSetof allVecWireElementSpecificationthat 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.VecFillerSpecification.getRefWireElementSpecification()Gets aSetof allVecWireElementSpecificationthat 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.VecInsulationSpecification.getRefWireElementSpecification()Gets aSetof allVecWireElementSpecificationthat 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.VecWireElementSpecification.getRefWireElementSpecification()Gets aSetof allVecWireElementSpecificationthat 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.VecWireGroupSpecification.getRefWireElementSpecification()Gets aSetof allVecWireElementSpecificationthat 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.VecWireElementSpecification.getSubWireElementSpecification()Gets the value of the subWireElementSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecWireElementSpecificationModifier and TypeMethodDescriptionvoidVecWireElement.setWireElementSpecification(VecWireElementSpecification value) Sets the value of the wireElementSpecification property.voidVecWireSpecification.setWireElementSpecification(VecWireElementSpecification value) Sets the value of the wireElementSpecification property. -
Uses of VecWireElementSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireElementSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireElementSpecification(VecWireElementSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireElementSpecification(VecWireElementSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireElementSpecification(VecWireElementSpecification aBean) FunctionVisitor.visitVecWireElementSpecification(VecWireElementSpecification aBean) StrictBaseVisitor.visitVecWireElementSpecification(VecWireElementSpecification aBean) TraversingVisitor.visitVecWireElementSpecification(VecWireElementSpecification aBean) Visitor.visitVecWireElementSpecification(VecWireElementSpecification aBean)