Uses of Class
com.foursoft.harness.vec.v113.VecWireGrouping
Packages that use VecWireGrouping
-
Uses of VecWireGrouping in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecWireGroupingModifier and TypeFieldDescriptionprotected List<VecWireGrouping>VecWireGroupingSpecification.wireGroupingsMethods in com.foursoft.harness.vec.v113 that return VecWireGroupingModifier and TypeMethodDescriptionObjectFactory.createVecWireGrouping()Create an instance ofVecWireGroupingMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecWireGroupingModifier and TypeMethodDescriptionVecWireElementReference.getRefWireGrouping()Gets aSetof allVecWireGroupingthat 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.getRefWireGrouping()Gets aSetof allVecWireGroupingthat 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.VecWireGroupingSpecification.getWireGroupings()Gets the value of the wireGroupings property. -
Uses of VecWireGrouping in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireGroupingModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireGrouping(VecWireGrouping aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireGrouping(VecWireGrouping aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireGrouping(VecWireGrouping aBean) FunctionVisitor.visitVecWireGrouping(VecWireGrouping aBean) StrictBaseVisitor.visitVecWireGrouping(VecWireGrouping aBean) TraversingVisitor.visitVecWireGrouping(VecWireGrouping aBean) Visitor.visitVecWireGrouping(VecWireGrouping aBean)