Uses of Interface
org.omg.smm.Base2MeasurementRelationship
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl | |
| org.omg.smm.util |
-
Uses of Base2MeasurementRelationship in org.omg.smm
Methods in org.omg.smm that return Base2MeasurementRelationship Modifier and Type Method Description Base2MeasurementRelationshipSmmFactory. createBase2MeasurementRelationship()Returns a new object of class 'Base2 Measurement Relationship'.Base2MeasurementRelationshipBinaryMeasurement. getBaseMeasurement2To()Returns the value of the 'Base Measurement2 To' reference.Methods in org.omg.smm that return types with arguments of type Base2MeasurementRelationship Modifier and Type Method Description org.eclipse.emf.common.util.EList<Base2MeasurementRelationship>DimensionalMeasurement. getBaseMeasurement2From()Returns the value of the 'Base Measurement2 From' reference list.Methods in org.omg.smm with parameters of type Base2MeasurementRelationship Modifier and Type Method Description voidBinaryMeasurement. setBaseMeasurement2To(Base2MeasurementRelationship value)Sets the value of the 'Base Measurement2 To' reference. -
Uses of Base2MeasurementRelationship in org.omg.smm.impl
Classes in org.omg.smm.impl that implement Base2MeasurementRelationship Modifier and Type Class Description classBase2MeasurementRelationshipImplAn implementation of the model object 'Base2 Measurement Relationship'.Fields in org.omg.smm.impl declared as Base2MeasurementRelationship Modifier and Type Field Description protected Base2MeasurementRelationshipBinaryMeasurementImpl. baseMeasurement2ToThe cached value of the 'Base Measurement2 To' reference.Fields in org.omg.smm.impl with type parameters of type Base2MeasurementRelationship Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Base2MeasurementRelationship>DimensionalMeasurementImpl. baseMeasurement2FromThe cached value of the 'Base Measurement2 From' reference list.Methods in org.omg.smm.impl that return Base2MeasurementRelationship Modifier and Type Method Description Base2MeasurementRelationshipBinaryMeasurementImpl. basicGetBaseMeasurement2To()Base2MeasurementRelationshipSmmFactoryImpl. createBase2MeasurementRelationship()Base2MeasurementRelationshipBinaryMeasurementImpl. getBaseMeasurement2To()Methods in org.omg.smm.impl that return types with arguments of type Base2MeasurementRelationship Modifier and Type Method Description org.eclipse.emf.common.util.EList<Base2MeasurementRelationship>DimensionalMeasurementImpl. getBaseMeasurement2From()Methods in org.omg.smm.impl with parameters of type Base2MeasurementRelationship Modifier and Type Method Description voidBinaryMeasurementImpl. setBaseMeasurement2To(Base2MeasurementRelationship newBaseMeasurement2To) -
Uses of Base2MeasurementRelationship in org.omg.smm.util
Methods in org.omg.smm.util with parameters of type Base2MeasurementRelationship Modifier and Type Method Description TSmmSwitch. caseBase2MeasurementRelationship(Base2MeasurementRelationship object)Returns the result of interpreting the object as an instance of 'Base2 Measurement Relationship'.