Uses of Class
com.foursoft.harness.vec.v113.VecConnectionGroup
Packages that use VecConnectionGroup
-
Uses of VecConnectionGroup in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecConnectionGroupModifier and TypeFieldDescriptionprotected List<VecConnectionGroup>VecConnectionSpecification.connectionGroupsprotected List<VecConnectionGroup>VecConnectionGroup.subGroupsMethods in com.foursoft.harness.vec.v113 that return VecConnectionGroupModifier and TypeMethodDescriptionObjectFactory.createVecConnectionGroup()Create an instance ofVecConnectionGroupVecConnectionGroup.getParentConnectionGroup()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 VecConnectionGroupModifier and TypeMethodDescriptionVecConnectionSpecification.getConnectionGroups()Gets the value of the connectionGroups property.VecConnection.getRefConnectionGroup()Gets aSetof allVecConnectionGroupthat 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.VecNetGroup.getRefConnectionGroup()Gets aSetof allVecConnectionGroupthat 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.VecConnectionGroup.getSubGroups()Gets the value of the subGroups property. -
Uses of VecConnectionGroup in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecConnectionGroupModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecConnectionGroup(VecConnectionGroup aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecConnectionGroup(VecConnectionGroup aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecConnectionGroup(VecConnectionGroup aBean) FunctionVisitor.visitVecConnectionGroup(VecConnectionGroup aBean) StrictBaseVisitor.visitVecConnectionGroup(VecConnectionGroup aBean) TraversingVisitor.visitVecConnectionGroup(VecConnectionGroup aBean) Visitor.visitVecConnectionGroup(VecConnectionGroup aBean)