Uses of Class
com.foursoft.harness.vec.v113.VecPlacementPoint
Packages that use VecPlacementPoint
-
Uses of VecPlacementPoint in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecPlacementPointModifier and TypeFieldDescriptionprotected VecPlacementPointVecCableDuctOutlet.placementPointSpecifies thePlacementPointthat represents thisCableDuctOutletin a PlaceableElementSpecification.protected VecPlacementPointVecCableLeadThrough.placementPointSpecifies thePlacementPointthat represents thisCableLeadThroughin a PlaceableElementSpecification.protected VecPlacementPointVecFittingOutlet.placementPointSpecifies thePlacementPointthat represents thisFittingOutletin a PlaceableElementSpecification.protected VecPlacementPointVecPlacementPointReference.placementPointReferences thePlacementPointthat is instanced by thisPlacementPointReference.protected VecPlacementPointVecSegmentConnectionPoint.placementPointSpecifies thePlacementPointthat represents thisSegmentConnectionPointin aPlaceableElementSpecification.protected VecPlacementPointVecWireReception.placementPointSpecifies thePlacementPointthat represents thisWireReceptionin a PlaceableElementSpecification.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecPlacementPointModifier and TypeFieldDescriptionprotected List<VecPlacementPoint>VecPlaceableElementSpecification.placementPointsSpecifies thePlacementPointsof anPlaceableElementSpecification.Methods in com.foursoft.harness.vec.v113 that return VecPlacementPointModifier and TypeMethodDescriptionObjectFactory.createVecPlacementPoint()Create an instance ofVecPlacementPointVecCableDuctOutlet.getPlacementPoint()Gets the value of the placementPoint property.VecCableLeadThrough.getPlacementPoint()Gets the value of the placementPoint property.VecFittingOutlet.getPlacementPoint()Gets the value of the placementPoint property.VecPlacementPointReference.getPlacementPoint()Gets the value of the placementPoint property.VecSegmentConnectionPoint.getPlacementPoint()Gets the value of the placementPoint property.VecWireReception.getPlacementPoint()Gets the value of the placementPoint property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecPlacementPointModifier and TypeMethodDescriptionVecPlaceableElementSpecification.getPlacementPoints()Gets the value of the placementPoints property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecPlacementPointModifier and TypeMethodDescriptionvoidVecCableDuctOutlet.setPlacementPoint(VecPlacementPoint value) Sets the value of the placementPoint property.voidVecCableLeadThrough.setPlacementPoint(VecPlacementPoint value) Sets the value of the placementPoint property.voidVecFittingOutlet.setPlacementPoint(VecPlacementPoint value) Sets the value of the placementPoint property.voidVecPlacementPointReference.setPlacementPoint(VecPlacementPoint value) Sets the value of the placementPoint property.voidVecSegmentConnectionPoint.setPlacementPoint(VecPlacementPoint value) Sets the value of the placementPoint property.voidVecWireReception.setPlacementPoint(VecPlacementPoint value) Sets the value of the placementPoint property. -
Uses of VecPlacementPoint in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPlacementPointModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPlacementPoint(VecPlacementPoint aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPlacementPoint(VecPlacementPoint aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPlacementPoint(VecPlacementPoint aBean) FunctionVisitor.visitVecPlacementPoint(VecPlacementPoint aBean) StrictBaseVisitor.visitVecPlacementPoint(VecPlacementPoint aBean) TraversingVisitor.visitVecPlacementPoint(VecPlacementPoint aBean) Visitor.visitVecPlacementPoint(VecPlacementPoint aBean)