Uses of Class
com.foursoft.harness.vec.v113.VecTopologySpecification
Packages that use VecTopologySpecification
-
Uses of VecTopologySpecification in com.foursoft.harness.vec.v113
Subclasses of VecTopologySpecification in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassA TopologyGroupSpecification defines a new Topology based on the grouped Topologies.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecTopologySpecificationModifier and TypeFieldDescriptionprotected List<VecTopologySpecification>VecTopologyGroupSpecification.topologySpecificationMethods in com.foursoft.harness.vec.v113 that return VecTopologySpecificationModifier and TypeMethodDescriptionObjectFactory.createVecTopologySpecification()Create an instance ofVecTopologySpecificationVecTopologyNode.getParentTopologySpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecTopologySegment.getParentTopologySpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecZone.getParentTopologySpecification()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 VecTopologySpecificationModifier and TypeMethodDescriptionVecTopologyGroupSpecification.getTopologySpecification()Gets the value of the topologySpecification property. -
Uses of VecTopologySpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTopologySpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTopologySpecification(VecTopologySpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTopologySpecification(VecTopologySpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTopologySpecification(VecTopologySpecification aBean) FunctionVisitor.visitVecTopologySpecification(VecTopologySpecification aBean) StrictBaseVisitor.visitVecTopologySpecification(VecTopologySpecification aBean) TraversingVisitor.visitVecTopologySpecification(VecTopologySpecification aBean) Visitor.visitVecTopologySpecification(VecTopologySpecification aBean)