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:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StatisticsFactoryThe singleton instance of the factory. -
Method Summary
Modifier and TypeMethodDescriptionReturns a new object of class 'Composed Unit'.Returns a new object of class 'Custom Unit'.Returns a new object of class 'Double Measurement'.Returns a new object of class 'Float Measurement'.Returns a new object of class 'Int Measurement'.Returns a new object of class 'Long Measurement'.Returns a new object of class 'Scalar Measurement'.Returns a new object of class 'Simple Unit'.Returns a new object of class 'SI Unit'.Returns a new object of class 'Statistic Record'.Returns a new object of class 'Model'.Returns a new object of class 'Unit'.Returns a new object of class 'Vector Measurement'.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, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
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:
-