Uses of Class
com.foursoft.harness.vec.v113.VecDimension
Packages that use VecDimension
-
Uses of VecDimension in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecDimensionModifier and TypeFieldDescriptionprotected List<VecDimension>VecPlacementSpecification.dimensionsMethods in com.foursoft.harness.vec.v113 that return VecDimensionModifier and TypeMethodDescriptionObjectFactory.createVecDimension()Create an instance ofVecDimensionVecLocation.getParentDimension()Gets a reference to the parent of this object in the XML DOM Tree.VecPath.getParentDimension()Gets a reference to the parent of this object in the XML DOM Tree.VecTolerance.getParentDimension()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 VecDimensionModifier and TypeMethodDescriptionVecPlacementSpecification.getDimensions()Gets the value of the dimensions property.VecDimensionAnchor.getRefDimension()Gets aSetof allVecDimensionthat 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.VecUnit.getRefDimension()Gets aSetof allVecDimensionthat 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 VecDimension in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecDimensionModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecDimension(VecDimension aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecDimension(VecDimension aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecDimension(VecDimension aBean) FunctionVisitor.visitVecDimension(VecDimension aBean) StrictBaseVisitor.visitVecDimension(VecDimension aBean) TraversingVisitor.visitVecDimension(VecDimension aBean) Visitor.visitVecDimension(VecDimension aBean)