public interface RuntimeMeasurementPackage extends EPackage
RuntimeMeasurementFactory| Modifier and Type | Interface and 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
|
EPackage.Descriptor, EPackage.Registry| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and Description |
|---|---|
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'. |
EClass |
getRuntimeMeasurement()
Returns the meta object for class '
Runtime Measurement'. |
RuntimeMeasurementFactory |
getRuntimeMeasurementFactory()
Returns the factory that creates the instances of the model.
|
EReference |
getRuntimeMeasurementModel_Measurements()
Returns the meta object for the containment reference list '
Measurements'. |
EClass |
getRuntimeMeasurementModel()
Returns the meta object for class '
Model'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetName, setNamegetEAnnotation, getEAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final RuntimeMeasurementPackage eINSTANCE
static final int RUNTIME_MEASUREMENT_MODEL
Model' class. RuntimeMeasurementModelImpl,
RuntimeMeasurementPackageImpl.getRuntimeMeasurementModel(),
Constant Field Valuesstatic final int RUNTIME_MEASUREMENT_MODEL__ID
static final int RUNTIME_MEASUREMENT_MODEL__MEASUREMENTS
static final int RUNTIME_MEASUREMENT_MODEL_FEATURE_COUNT
static final int RUNTIME_MEASUREMENT
Runtime Measurement' class. RuntimeMeasurementImpl,
RuntimeMeasurementPackageImpl.getRuntimeMeasurement(),
Constant Field Valuesstatic final int RUNTIME_MEASUREMENT__ID
static final int RUNTIME_MEASUREMENT__MEASURING_POINT
static final int RUNTIME_MEASUREMENT__MEASUREMENT_SPECIFICATION
static final int RUNTIME_MEASUREMENT__MEASURING_VALUE
static final int RUNTIME_MEASUREMENT_FEATURE_COUNT
EClass getRuntimeMeasurementModel()
Model'.
RuntimeMeasurementModelEReference getRuntimeMeasurementModel_Measurements()
Measurements'. RuntimeMeasurementModel.getMeasurements(),
getRuntimeMeasurementModel()EClass getRuntimeMeasurement()
Runtime Measurement'. RuntimeMeasurementEReference getRuntimeMeasurement_MeasuringPoint()
Measuring Point'. RuntimeMeasurement.getMeasuringPoint(),
getRuntimeMeasurement()EReference getRuntimeMeasurement_MeasurementSpecification()
Measurement Specification'. RuntimeMeasurement.getMeasurementSpecification(),
getRuntimeMeasurement()EAttribute getRuntimeMeasurement_MeasuringValue()
Measuring Value'. RuntimeMeasurement.getMeasuringValue(),
getRuntimeMeasurement()RuntimeMeasurementFactory getRuntimeMeasurementFactory()