Interface RuntimeMeasurementPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
RuntimeMeasurementPackageImpl
public interface RuntimeMeasurementPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
RuntimeMeasurementFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RuntimeMeasurementPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static RuntimeMeasurementPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
RUNTIME_MEASUREMENT
The meta object id for the 'Runtime Measurement
' class.static int
RUNTIME_MEASUREMENT__ID
The feature id for the 'Id' attribute.static int
RUNTIME_MEASUREMENT__MEASUREMENT_SPECIFICATION
The feature id for the 'Measurement Specification' reference.static int
RUNTIME_MEASUREMENT__MEASURING_POINT
The feature id for the 'Measuring Point' reference.static int
RUNTIME_MEASUREMENT__MEASURING_VALUE
The feature id for the 'Measuring Value' attribute.static int
RUNTIME_MEASUREMENT_FEATURE_COUNT
The number of structural features of the 'Runtime Measurement' class.static int
RUNTIME_MEASUREMENT_MODEL
The meta object id for the 'Model
' class.static int
RUNTIME_MEASUREMENT_MODEL__ID
The feature id for the 'Id' attribute.static int
RUNTIME_MEASUREMENT_MODEL__MEASUREMENTS
The feature id for the 'Measurements' containment reference list.static int
RUNTIME_MEASUREMENT_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getRuntimeMeasurement()
Returns the meta object for class 'Runtime Measurement
'.EReference
getRuntimeMeasurement_MeasurementSpecification()
Returns the meta object for the reference 'Measurement Specification
'.EReference
getRuntimeMeasurement_MeasuringPoint()
Returns the meta object for the reference 'Measuring Point
'.EAttribute
getRuntimeMeasurement_MeasuringValue()
Returns the meta object for the attribute 'Measuring Value
'.RuntimeMeasurementFactory
getRuntimeMeasurementFactory()
Returns the factory that creates the instances of the model.EClass
getRuntimeMeasurementModel()
Returns the meta object for class 'Model
'.EReference
getRuntimeMeasurementModel_Measurements()
Returns the meta object for the containment reference list 'Measurements
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final RuntimeMeasurementPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
RUNTIME_MEASUREMENT_MODEL
static final int RUNTIME_MEASUREMENT_MODEL
The meta object id for the 'Model
' class.- See Also:
RuntimeMeasurementModelImpl
,RuntimeMeasurementPackageImpl.getRuntimeMeasurementModel()
, Constant Field Values- Generated class or method.
-
RUNTIME_MEASUREMENT_MODEL__ID
static final int RUNTIME_MEASUREMENT_MODEL__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT_MODEL__MEASUREMENTS
static final int RUNTIME_MEASUREMENT_MODEL__MEASUREMENTS
The feature id for the 'Measurements' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT_MODEL_FEATURE_COUNT
static final int RUNTIME_MEASUREMENT_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT
static final int RUNTIME_MEASUREMENT
The meta object id for the 'Runtime Measurement
' class.- See Also:
RuntimeMeasurementImpl
,RuntimeMeasurementPackageImpl.getRuntimeMeasurement()
, Constant Field Values- Generated class or method.
-
RUNTIME_MEASUREMENT__ID
static final int RUNTIME_MEASUREMENT__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT__MEASURING_POINT
static final int RUNTIME_MEASUREMENT__MEASURING_POINT
The feature id for the 'Measuring Point' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT__MEASUREMENT_SPECIFICATION
static final int RUNTIME_MEASUREMENT__MEASUREMENT_SPECIFICATION
The feature id for the 'Measurement Specification' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT__MEASURING_VALUE
static final int RUNTIME_MEASUREMENT__MEASURING_VALUE
The feature id for the 'Measuring Value' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT_FEATURE_COUNT
static final int RUNTIME_MEASUREMENT_FEATURE_COUNT
The number of structural features of the 'Runtime Measurement' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getRuntimeMeasurementModel
EClass getRuntimeMeasurementModel()
Returns the meta object for class 'Model
'.- Returns:
- the meta object for class 'Model'.
- See Also:
RuntimeMeasurementModel
- Generated class or method.
-
getRuntimeMeasurementModel_Measurements
EReference getRuntimeMeasurementModel_Measurements()
Returns the meta object for the containment reference list 'Measurements
'.- Returns:
- the meta object for the containment reference list 'Measurements'.
- See Also:
RuntimeMeasurementModel.getMeasurements()
,getRuntimeMeasurementModel()
- Generated class or method.
-
getRuntimeMeasurement
EClass getRuntimeMeasurement()
Returns the meta object for class 'Runtime Measurement
'.- Returns:
- the meta object for class 'Runtime Measurement'.
- See Also:
RuntimeMeasurement
- Generated class or method.
-
getRuntimeMeasurement_MeasuringPoint
EReference getRuntimeMeasurement_MeasuringPoint()
Returns the meta object for the reference 'Measuring Point
'.- Returns:
- the meta object for the reference 'Measuring Point'.
- See Also:
RuntimeMeasurement.getMeasuringPoint()
,getRuntimeMeasurement()
- Generated class or method.
-
getRuntimeMeasurement_MeasurementSpecification
EReference getRuntimeMeasurement_MeasurementSpecification()
Returns the meta object for the reference 'Measurement Specification
'.- Returns:
- the meta object for the reference 'Measurement Specification'.
- See Also:
RuntimeMeasurement.getMeasurementSpecification()
,getRuntimeMeasurement()
- Generated class or method.
-
getRuntimeMeasurement_MeasuringValue
EAttribute getRuntimeMeasurement_MeasuringValue()
Returns the meta object for the attribute 'Measuring Value
'.- Returns:
- the meta object for the attribute 'Measuring Value'.
- See Also:
RuntimeMeasurement.getMeasuringValue()
,getRuntimeMeasurement()
- Generated class or method.
-
getRuntimeMeasurementFactory
RuntimeMeasurementFactory getRuntimeMeasurementFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-