Uses of Class
com.foursoft.harness.vec.v113.VecPlacementPointReference
Packages that use VecPlacementPointReference
-
Uses of VecPlacementPointReference in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPlacementPointReferenceModifier and TypeFieldDescriptionprotected List<VecPlacementPointReference>VecLocation.placedPlacementPointsReferences thePlacementPointReferencethat is placed by this location.protected List<VecPlacementPointReference>VecPlaceableElementRole.placementPointReferencesMethods in com.foursoft.harness.vec.v113 that return VecPlacementPointReferenceModifier and TypeMethodDescriptionObjectFactory.createVecPlacementPointReference()Create an instance ofVecPlacementPointReferenceMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPlacementPointReferenceModifier and TypeMethodDescriptionVecLocation.getPlacedPlacementPoints()Gets the value of the placedPlacementPoints property.VecPlaceableElementRole.getPlacementPointReferences()Gets the value of the placementPointReferences property.VecPlacementPoint.getRefPlacementPointReference()Gets aSetof allVecPlacementPointReferencethat 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 VecPlacementPointReference in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPlacementPointReferenceModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPlacementPointReference(VecPlacementPointReference aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPlacementPointReference(VecPlacementPointReference aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPlacementPointReference(VecPlacementPointReference aBean) FunctionVisitor.visitVecPlacementPointReference(VecPlacementPointReference aBean) StrictBaseVisitor.visitVecPlacementPointReference(VecPlacementPointReference aBean) TraversingVisitor.visitVecPlacementPointReference(VecPlacementPointReference aBean) Visitor.visitVecPlacementPointReference(VecPlacementPointReference aBean)