Uses of Class
com.foursoft.harness.vec.v113.VecTopologySegment
Packages that use VecTopologySegment
-
Uses of VecTopologySegment in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecTopologySegmentModifier and TypeFieldDescriptionprotected VecTopologySegmentVecSegmentLocation.referencedSegmentprotected VecTopologySegmentVecGeometrySegment.referenceSegmentFields in com.foursoft.harness.vec.v113 with type parameters of type VecTopologySegmentModifier and TypeFieldDescriptionprotected List<VecTopologySegment>VecRouting.mandatorySegmentprotected List<VecTopologySegment>VecPath.segmentprotected List<VecTopologySegment>VecTopologySpecification.topologySegmentsMethods in com.foursoft.harness.vec.v113 that return VecTopologySegmentModifier and TypeMethodDescriptionObjectFactory.createVecTopologySegment()Create an instance ofVecTopologySegmentVecSegmentCrossSectionArea.getParentTopologySegment()Gets a reference to the parent of this object in the XML DOM Tree.VecSegmentLength.getParentTopologySegment()Gets a reference to the parent of this object in the XML DOM Tree.VecSegmentLocation.getReferencedSegment()Gets the value of the referencedSegment property.VecGeometrySegment.getReferenceSegment()Gets the value of the referenceSegment property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecTopologySegmentModifier and TypeMethodDescriptionVecRouting.getMandatorySegment()Gets the value of the mandatorySegment property.VecTopologyNode.getRefTopologySegment()Gets aSetof allVecTopologySegmentthat 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.VecPath.getSegment()Gets the value of the segment property.VecTopologySpecification.getTopologySegments()Gets the value of the topologySegments property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecTopologySegmentModifier and TypeMethodDescriptionvoidVecSegmentLocation.setReferencedSegment(VecTopologySegment value) Sets the value of the referencedSegment property.voidVecGeometrySegment.setReferenceSegment(VecTopologySegment value) Sets the value of the referenceSegment property. -
Uses of VecTopologySegment in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTopologySegmentModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTopologySegment(VecTopologySegment aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTopologySegment(VecTopologySegment aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTopologySegment(VecTopologySegment aBean) FunctionVisitor.visitVecTopologySegment(VecTopologySegment aBean) StrictBaseVisitor.visitVecTopologySegment(VecTopologySegment aBean) TraversingVisitor.visitVecTopologySegment(VecTopologySegment aBean) Visitor.visitVecTopologySegment(VecTopologySegment aBean)