Uses of Class
com.foursoft.harness.vec.v113.VecTolerance
Packages that use VecTolerance
-
Uses of VecTolerance in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecToleranceModifier and TypeFieldDescriptionprotected VecToleranceVecDimension.toleranceprotected VecToleranceVecNumericalValue.toleranceprotected VecToleranceVecDefaultDimension.toleranceIndicationMethods in com.foursoft.harness.vec.v113 that return VecToleranceModifier and TypeMethodDescriptionObjectFactory.createVecTolerance()Create an instance ofVecToleranceVecDimension.getTolerance()Gets the value of the tolerance property.VecNumericalValue.getTolerance()Gets the value of the tolerance property.VecDefaultDimension.getToleranceIndication()Gets the value of the toleranceIndication property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecToleranceModifier and TypeMethodDescriptionvoidVecDimension.setTolerance(VecTolerance value) Sets the value of the tolerance property.voidVecNumericalValue.setTolerance(VecTolerance value) Sets the value of the tolerance property.voidVecDefaultDimension.setToleranceIndication(VecTolerance value) Sets the value of the toleranceIndication property. -
Uses of VecTolerance in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecToleranceModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTolerance(VecTolerance aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTolerance(VecTolerance aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTolerance(VecTolerance aBean) FunctionVisitor.visitVecTolerance(VecTolerance aBean) StrictBaseVisitor.visitVecTolerance(VecTolerance aBean) TraversingVisitor.visitVecTolerance(VecTolerance aBean) Visitor.visitVecTolerance(VecTolerance aBean)