Uses of Class
com.foursoft.harness.vec.v113.VecPlaceableElementSpecification
Packages that use VecPlaceableElementSpecification
-
Uses of VecPlaceableElementSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecPlaceableElementSpecificationModifier and TypeFieldDescriptionprotected VecPlaceableElementSpecificationVecPlaceableElementRole.placeableElementSpecificationReferences thePlaceableElementSpecificationthat is instanced by thisPlaceableElementRole.Methods in com.foursoft.harness.vec.v113 that return VecPlaceableElementSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecPlaceableElementSpecification()Create an instance ofVecPlaceableElementSpecificationVecMeasurementPoint.getParentPlaceableElementSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecPlacementPoint.getParentPlaceableElementSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecPlaceableElementRole.getPlaceableElementSpecification()Gets the value of the placeableElementSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecPlaceableElementSpecificationModifier and TypeMethodDescriptionvoidVecPlaceableElementRole.setPlaceableElementSpecification(VecPlaceableElementSpecification value) Sets the value of the placeableElementSpecification property. -
Uses of VecPlaceableElementSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecPlaceableElementSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecPlaceableElementSpecification(VecPlaceableElementSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecPlaceableElementSpecification(VecPlaceableElementSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecPlaceableElementSpecification(VecPlaceableElementSpecification aBean) FunctionVisitor.visitVecPlaceableElementSpecification(VecPlaceableElementSpecification aBean) StrictBaseVisitor.visitVecPlaceableElementSpecification(VecPlaceableElementSpecification aBean) TraversingVisitor.visitVecPlaceableElementSpecification(VecPlaceableElementSpecification aBean)