Interface StatisticsFactory
- All Superinterfaces:
org.eclipse.emf.ecore.EFactory,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StatisticsFactoryImpl
public interface StatisticsFactory
extends org.eclipse.emf.ecore.EFactory
The Factory for the model.
It provides a create method for each non-abstract class of the model.
- See Also:
StatisticsPackage- Generated:
-
Field Summary
Fields Modifier and Type Field Description static StatisticsFactoryeINSTANCEThe singleton instance of the factory. -
Method Summary
Modifier and Type Method Description ComposedUnitcreateComposedUnit()Returns a new object of class 'Composed Unit'.CustomUnitcreateCustomUnit()Returns a new object of class 'Custom Unit'.DoubleMeasurementcreateDoubleMeasurement()Returns a new object of class 'Double Measurement'.FloatMeasurementcreateFloatMeasurement()Returns a new object of class 'Float Measurement'.IntMeasurementcreateIntMeasurement()Returns a new object of class 'Int Measurement'.LongMeasurementcreateLongMeasurement()Returns a new object of class 'Long Measurement'.ScalarMeasurementcreateScalarMeasurement()Returns a new object of class 'Scalar Measurement'.SimpleUnitcreateSimpleUnit()Returns a new object of class 'Simple Unit'.SIUnitcreateSIUnit()Returns a new object of class 'SI Unit'.StatisticRecordcreateStatisticRecord()Returns a new object of class 'Statistic Record'.StatisticsModelcreateStatisticsModel()Returns a new object of class 'Model'.UnitcreateUnit()Returns a new object of class 'Unit'.VectorMeasurementcreateVectorMeasurement()Returns a new object of class 'Vector Measurement'.StatisticsPackagegetStatisticsPackage()Returns the package supported by this factory.Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackageMethods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Field Details
-
eINSTANCE
The singleton instance of the factory.- Generated:
-
-
Method Details
-
createStatisticRecord
StatisticRecord createStatisticRecord()Returns a new object of class 'Statistic Record'.- Returns:
- a new object of class 'Statistic Record'.
- Generated:
-
createScalarMeasurement
ScalarMeasurement createScalarMeasurement()Returns a new object of class 'Scalar Measurement'.- Returns:
- a new object of class 'Scalar Measurement'.
- Generated:
-
createVectorMeasurement
VectorMeasurement createVectorMeasurement()Returns a new object of class 'Vector Measurement'.- Returns:
- a new object of class 'Vector Measurement'.
- Generated:
-
createIntMeasurement
IntMeasurement createIntMeasurement()Returns a new object of class 'Int Measurement'.- Returns:
- a new object of class 'Int Measurement'.
- Generated:
-
createLongMeasurement
LongMeasurement createLongMeasurement()Returns a new object of class 'Long Measurement'.- Returns:
- a new object of class 'Long Measurement'.
- Generated:
-
createFloatMeasurement
FloatMeasurement createFloatMeasurement()Returns a new object of class 'Float Measurement'.- Returns:
- a new object of class 'Float Measurement'.
- Generated:
-
createDoubleMeasurement
DoubleMeasurement createDoubleMeasurement()Returns a new object of class 'Double Measurement'.- Returns:
- a new object of class 'Double Measurement'.
- Generated:
-
createStatisticsModel
StatisticsModel createStatisticsModel()Returns a new object of class 'Model'.- Returns:
- a new object of class 'Model'.
- Generated:
-
createUnit
Unit createUnit()Returns a new object of class 'Unit'.- Returns:
- a new object of class 'Unit'.
- Generated:
-
createComposedUnit
ComposedUnit createComposedUnit()Returns a new object of class 'Composed Unit'.- Returns:
- a new object of class 'Composed Unit'.
- Generated:
-
createSimpleUnit
SimpleUnit createSimpleUnit()Returns a new object of class 'Simple Unit'.- Returns:
- a new object of class 'Simple Unit'.
- Generated:
-
createSIUnit
SIUnit createSIUnit()Returns a new object of class 'SI Unit'.- Returns:
- a new object of class 'SI Unit'.
- Generated:
-
createCustomUnit
CustomUnit createCustomUnit()Returns a new object of class 'Custom Unit'.- Returns:
- a new object of class 'Custom Unit'.
- Generated:
-
getStatisticsPackage
StatisticsPackage getStatisticsPackage()Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated:
-