Interface RuntimeMeasurementPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
RuntimeMeasurementPackageImpl
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:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RuntimeMeasurementPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Runtime Measurement
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Measurement Specification' reference.static final int
The feature id for the 'Measuring Point' reference.static final int
The feature id for the 'Measuring Value' attribute.static final int
The number of structural features of the 'Runtime Measurement' class.static final int
The meta object id for the 'Model
' class.static final int
The feature id for the 'Id' attribute.static final int
The feature id for the 'Measurements' containment reference list.static final int
The number of structural features of the 'Model' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Runtime Measurement
'.Returns the meta object for the reference 'Measurement Specification
'.Returns the meta object for the reference 'Measuring Point
'.Returns the meta object for the attribute 'Measuring Value
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Model
'.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 Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
RUNTIME_MEASUREMENT_MODEL
static final int RUNTIME_MEASUREMENT_MODELThe meta object id for the 'Model
' class.- See Also:
- Generated class or method.
-
RUNTIME_MEASUREMENT_MODEL__ID
static final int RUNTIME_MEASUREMENT_MODEL__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT_MODEL__MEASUREMENTS
static final int RUNTIME_MEASUREMENT_MODEL__MEASUREMENTSThe feature id for the 'Measurements' containment reference list.- See Also:
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT_MODEL_FEATURE_COUNT
static final int RUNTIME_MEASUREMENT_MODEL_FEATURE_COUNTThe number of structural features of the 'Model' class.- See Also:
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT
static final int RUNTIME_MEASUREMENTThe meta object id for the 'Runtime Measurement
' class.- See Also:
- Generated class or method.
-
RUNTIME_MEASUREMENT__ID
static final int RUNTIME_MEASUREMENT__IDThe feature id for the 'Id' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT__MEASURING_POINT
static final int RUNTIME_MEASUREMENT__MEASURING_POINTThe feature id for the 'Measuring Point' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT__MEASUREMENT_SPECIFICATION
static final int RUNTIME_MEASUREMENT__MEASUREMENT_SPECIFICATIONThe feature id for the 'Measurement Specification' reference.- See Also:
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT__MEASURING_VALUE
static final int RUNTIME_MEASUREMENT__MEASURING_VALUEThe feature id for the 'Measuring Value' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
RUNTIME_MEASUREMENT_FEATURE_COUNT
static final int RUNTIME_MEASUREMENT_FEATURE_COUNTThe number of structural features of the 'Runtime Measurement' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getRuntimeMeasurementModel
EClass getRuntimeMeasurementModel()Returns the meta object for class 'Model
'.- Returns:
- the meta object for class 'Model'.
- See Also:
- 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:
- 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:
- 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:
- 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:
- 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:
- 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.
-