Uses of Class
com.foursoft.harness.vec.v113.VecMassInformation
Packages that use VecMassInformation
-
Uses of VecMassInformation in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecMassInformationModifier and TypeFieldDescriptionprotected VecMassInformationVecConductorSpecification.massInformationSpecifies the mass information of the conductor.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecMassInformationModifier and TypeFieldDescriptionprotected List<VecMassInformation>VecGeneralTechnicalPartSpecification.massInformationsSpecifies the mass of the part.Methods in com.foursoft.harness.vec.v113 that return VecMassInformationModifier and TypeMethodDescriptionObjectFactory.createVecMassInformation()Create an instance ofVecMassInformationVecConductorSpecification.getMassInformation()Gets the value of the massInformation property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecMassInformationModifier and TypeMethodDescriptionVecGeneralTechnicalPartSpecification.getMassInformations()Gets the value of the massInformations property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecMassInformationModifier and TypeMethodDescriptionvoidVecConductorSpecification.setMassInformation(VecMassInformation value) Sets the value of the massInformation property. -
Uses of VecMassInformation in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecMassInformationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecMassInformation(VecMassInformation aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecMassInformation(VecMassInformation aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecMassInformation(VecMassInformation aBean) FunctionVisitor.visitVecMassInformation(VecMassInformation aBean) StrictBaseVisitor.visitVecMassInformation(VecMassInformation aBean) TraversingVisitor.visitVecMassInformation(VecMassInformation aBean) Visitor.visitVecMassInformation(VecMassInformation aBean)