Uses of Class
com.foursoft.harness.vec.v113.VecSegmentConnectionPoint
Packages that use VecSegmentConnectionPoint
-
Uses of VecSegmentConnectionPoint in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecSegmentConnectionPointModifier and TypeFieldDescriptionprotected List<VecSegmentConnectionPoint>VecConnectorHousingSpecification.segmentConnectionPointsSpecifies theSegmentConnectionPointsthe connector housing.Methods in com.foursoft.harness.vec.v113 that return VecSegmentConnectionPointModifier and TypeMethodDescriptionObjectFactory.createVecSegmentConnectionPoint()Create an instance ofVecSegmentConnectionPointVecCavityAddOn.getParentSegmentConnectionPoint()Gets a reference to the parent of this object in the XML DOM Tree.VecModularSlotAddOn.getParentSegmentConnectionPoint()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 VecSegmentConnectionPointModifier and TypeMethodDescriptionVecCavity.getRefSegmentConnectionPoint()Gets aSetof allVecSegmentConnectionPointthat 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.VecPlacementPoint.getRefSegmentConnectionPoint()Gets aSetof allVecSegmentConnectionPointthat 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.VecConnectorHousingSpecification.getSegmentConnectionPoints()Gets the value of the segmentConnectionPoints property. -
Uses of VecSegmentConnectionPoint in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecSegmentConnectionPointModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecSegmentConnectionPoint(VecSegmentConnectionPoint aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecSegmentConnectionPoint(VecSegmentConnectionPoint aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecSegmentConnectionPoint(VecSegmentConnectionPoint aBean) FunctionVisitor.visitVecSegmentConnectionPoint(VecSegmentConnectionPoint aBean) StrictBaseVisitor.visitVecSegmentConnectionPoint(VecSegmentConnectionPoint aBean) TraversingVisitor.visitVecSegmentConnectionPoint(VecSegmentConnectionPoint aBean) Visitor.visitVecSegmentConnectionPoint(VecSegmentConnectionPoint aBean)