Uses of Class
com.foursoft.harness.vec.v113.VecRouting
Packages that use VecRouting
-
Uses of VecRouting in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecRoutingMethods in com.foursoft.harness.vec.v113 that return VecRoutingModifier and TypeMethodDescriptionObjectFactory.createVecRouting()Create an instance ofVecRoutingVecPath.getParentRouting()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 VecRoutingModifier and TypeMethodDescriptionVecRoutableElement.getRefRouting()Gets aSetof allVecRoutingthat 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.VecTopologySegment.getRefRouting()Gets aSetof allVecRoutingthat 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.VecRoutingSpecification.getRoutings()Gets the value of the routings property. -
Uses of VecRouting in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecRoutingModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecRouting(VecRouting aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecRouting(VecRouting aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecRouting(VecRouting aBean) FunctionVisitor.visitVecRouting(VecRouting aBean) StrictBaseVisitor.visitVecRouting(VecRouting aBean) TraversingVisitor.visitVecRouting(VecRouting aBean) Visitor.visitVecRouting(VecRouting aBean)