Uses of Class
com.foursoft.harness.vec.v113.VecMatingPoint
Packages that use VecMatingPoint
-
Uses of VecMatingPoint in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecMatingPointMethods in com.foursoft.harness.vec.v113 that return VecMatingPointModifier and TypeMethodDescriptionObjectFactory.createVecMatingPoint()Create an instance ofVecMatingPointVecMatingDetail.getParentMatingPoint()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 VecMatingPointModifier and TypeMethodDescriptionVecCouplingPoint.getMatingPoints()Gets the value of the matingPoints property.VecTerminalRole.getRefMatingPoint()Gets aSetof allVecMatingPointthat 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 VecMatingPoint in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecMatingPointModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecMatingPoint(VecMatingPoint aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecMatingPoint(VecMatingPoint aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecMatingPoint(VecMatingPoint aBean) FunctionVisitor.visitVecMatingPoint(VecMatingPoint aBean) StrictBaseVisitor.visitVecMatingPoint(VecMatingPoint aBean) TraversingVisitor.visitVecMatingPoint(VecMatingPoint aBean) Visitor.visitVecMatingPoint(VecMatingPoint aBean)