Uses of Class
com.foursoft.harness.vec.v113.VecNetworkNode
Packages that use VecNetworkNode
-
Uses of VecNetworkNode in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecNetworkNodeFields in com.foursoft.harness.vec.v113 with type parameters of type VecNetworkNodeMethods in com.foursoft.harness.vec.v113 that return VecNetworkNodeModifier and TypeMethodDescriptionObjectFactory.createVecNetworkNode()Create an instance ofVecNetworkNodeVecComponentNode.getNetworkNode()Gets the value of the networkNode property.VecNetworkPort.getParentNetworkNode()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 VecNetworkNodeModifier and TypeMethodDescriptionVecNetSpecification.getNetworkNodes()Gets the value of the networkNodes property.VecUsageNode.getRefNetworkNode()Gets aSetof allVecNetworkNodethat 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 VecNetworkNodeModifier and TypeMethodDescriptionvoidVecComponentNode.setNetworkNode(VecNetworkNode value) Sets the value of the networkNode property. -
Uses of VecNetworkNode in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecNetworkNodeModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecNetworkNode(VecNetworkNode aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecNetworkNode(VecNetworkNode aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecNetworkNode(VecNetworkNode aBean) FunctionVisitor.visitVecNetworkNode(VecNetworkNode aBean) StrictBaseVisitor.visitVecNetworkNode(VecNetworkNode aBean) TraversingVisitor.visitVecNetworkNode(VecNetworkNode aBean) Visitor.visitVecNetworkNode(VecNetworkNode aBean)