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 StatisticsFactory
eINSTANCE
The singleton instance of the factory. -
Method Summary
Modifier and Type Method Description ComposedUnit
createComposedUnit()
Returns a new object of class 'Composed Unit'.CustomUnit
createCustomUnit()
Returns a new object of class 'Custom Unit'.DoubleMeasurement
createDoubleMeasurement()
Returns a new object of class 'Double Measurement'.FloatMeasurement
createFloatMeasurement()
Returns a new object of class 'Float Measurement'.IntMeasurement
createIntMeasurement()
Returns a new object of class 'Int Measurement'.LongMeasurement
createLongMeasurement()
Returns a new object of class 'Long Measurement'.ScalarMeasurement
createScalarMeasurement()
Returns a new object of class 'Scalar Measurement'.SimpleUnit
createSimpleUnit()
Returns a new object of class 'Simple Unit'.SIUnit
createSIUnit()
Returns a new object of class 'SI Unit'.StatisticRecord
createStatisticRecord()
Returns a new object of class 'Statistic Record'.StatisticsModel
createStatisticsModel()
Returns a new object of class 'Model'.Unit
createUnit()
Returns a new object of class 'Unit'.VectorMeasurement
createVectorMeasurement()
Returns a new object of class 'Vector Measurement'.StatisticsPackage
getStatisticsPackage()
Returns the package supported by this factory.Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
Methods 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:
-