Uses of Class
com.foursoft.harness.vec.v113.VecCouplingPoint
Packages that use VecCouplingPoint
-
Uses of VecCouplingPoint in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecCouplingPointModifier and TypeFieldDescriptionprotected List<VecCouplingPoint>VecCouplingSpecification.couplingPointsMethods in com.foursoft.harness.vec.v113 that return VecCouplingPointModifier and TypeMethodDescriptionObjectFactory.createVecCouplingPoint()Create an instance ofVecCouplingPointVecMatingPoint.getParentCouplingPoint()Gets a reference to the parent of this object in the XML DOM Tree.VecSlotCoupling.getParentCouplingPoint()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 VecCouplingPointModifier and TypeMethodDescriptionVecCouplingSpecification.getCouplingPoints()Gets the value of the couplingPoints property.VecConnectorHousingRole.getRefCouplingPoint()Gets aSetof allVecCouplingPointthat 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. -
Uses of VecCouplingPoint in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCouplingPointModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCouplingPoint(VecCouplingPoint aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCouplingPoint(VecCouplingPoint aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCouplingPoint(VecCouplingPoint aBean) FunctionVisitor.visitVecCouplingPoint(VecCouplingPoint aBean) StrictBaseVisitor.visitVecCouplingPoint(VecCouplingPoint aBean) TraversingVisitor.visitVecCouplingPoint(VecCouplingPoint aBean) Visitor.visitVecCouplingPoint(VecCouplingPoint aBean)