Uses of Class
com.foursoft.harness.vec.v113.VecComponentNode
Packages that use VecComponentNode
-
Uses of VecComponentNode in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecComponentNodeModifier and TypeFieldDescriptionprotected VecComponentNodeVecConnectorHousingRole.componentNodeReferences the ComponentNode that is realized by the referenced ConnectorHousing (OccurrenceOrUsage with ConnectorHousingRole).protected VecComponentNodeVecEEComponentRole.componentNodeFields in com.foursoft.harness.vec.v113 with type parameters of type VecComponentNodeModifier and TypeFieldDescriptionprotected List<VecComponentNode>VecComponentNode.childNodesprotected List<VecComponentNode>VecConnectionSpecification.componentNodesMethods in com.foursoft.harness.vec.v113 that return VecComponentNodeModifier and TypeMethodDescriptionObjectFactory.createVecComponentNode()Create an instance ofVecComponentNodeVecConnectorHousingRole.getComponentNode()Gets the value of the componentNode property.VecEEComponentRole.getComponentNode()Gets the value of the componentNode property.VecComponentConnector.getParentComponentNode()Gets a reference to the parent of this object in the XML DOM Tree.VecComponentNode.getParentComponentNode()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 VecComponentNodeModifier and TypeMethodDescriptionVecComponentNode.getChildNodes()Gets the value of the childNodes property.VecConnectionSpecification.getComponentNodes()Gets the value of the componentNodes property.VecNetworkNode.getRefComponentNode()Gets aSetof allVecComponentNodethat 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.VecUsageNode.getRefComponentNode()Gets aSetof allVecComponentNodethat 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.Methods in com.foursoft.harness.vec.v113 with parameters of type VecComponentNodeModifier and TypeMethodDescriptionvoidVecConnectorHousingRole.setComponentNode(VecComponentNode value) Sets the value of the componentNode property.voidVecEEComponentRole.setComponentNode(VecComponentNode value) Sets the value of the componentNode property. -
Uses of VecComponentNode in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecComponentNodeModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecComponentNode(VecComponentNode aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecComponentNode(VecComponentNode aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecComponentNode(VecComponentNode aBean) FunctionVisitor.visitVecComponentNode(VecComponentNode aBean) StrictBaseVisitor.visitVecComponentNode(VecComponentNode aBean) TraversingVisitor.visitVecComponentNode(VecComponentNode aBean) Visitor.visitVecComponentNode(VecComponentNode aBean)