public interface SmmqualityPackage
SmmqualityFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
SmmqualityPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static SmmqualityPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
MEASURAND
The meta object id for the '
Measurand' class. |
static int |
MEASURAND__ANNOTATION
The feature id for the 'Annotation' containment reference list.
|
static int |
MEASURAND__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.
|
static int |
MEASURAND__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
MEASURAND__IN_CATEGORY
The feature id for the 'In Category' reference list.
|
static int |
MEASURAND__NAME
The feature id for the 'Name' attribute.
|
static int |
MEASURAND__PATH
The feature id for the 'Path' attribute.
|
static int |
MEASURAND__QUALIFIED_NAME
The feature id for the 'Qualified Name' attribute.
|
static int |
MEASURAND__REQUESTED_OBSERVATIONS
The feature id for the 'Requested Observations' reference list.
|
static int |
MEASURAND__SHORT_DESCRIPTION
The feature id for the 'Short Description' attribute.
|
static int |
MEASURAND_FEATURE_COUNT
The number of structural features of the 'Measurand' class.
|
static int |
QUALITY_SCOPE
The meta object id for the '
Quality Scope' class. |
static int |
QUALITY_SCOPE__ANNOTATION
The feature id for the 'Annotation' containment reference list.
|
static int |
QUALITY_SCOPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.
|
static int |
QUALITY_SCOPE__BREAK_CONDITION
The feature id for the 'Break Condition' reference.
|
static int |
QUALITY_SCOPE__CHILDREN
The feature id for the 'Children' reference list.
|
static int |
QUALITY_SCOPE__CLASS
The feature id for the 'Class' attribute.
|
static int |
QUALITY_SCOPE__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
QUALITY_SCOPE__ELEMENTS
The feature id for the 'Elements' reference list.
|
static int |
QUALITY_SCOPE__IN_CATEGORY
The feature id for the 'In Category' reference list.
|
static int |
QUALITY_SCOPE__NAME
The feature id for the 'Name' attribute.
|
static int |
QUALITY_SCOPE__PARENT
The feature id for the 'Parent' reference.
|
static int |
QUALITY_SCOPE__RECOGNIZER_QUERY
The feature id for the 'Recognizer Query' reference.
|
static int |
QUALITY_SCOPE__REQUESTED_OBSERVATIONS
The feature id for the 'Requested Observations' reference list.
|
static int |
QUALITY_SCOPE__SHORT_DESCRIPTION
The feature id for the 'Short Description' attribute.
|
static int |
QUALITY_SCOPE_FEATURE_COUNT
The number of structural features of the 'Quality Scope' class.
|
| Modifier and Type | Method and Description |
|---|---|
EAttribute |
getMeasurand_Path()
Returns the meta object for the attribute '
Path'. |
EAttribute |
getMeasurand_QualifiedName()
Returns the meta object for the attribute '
Qualified Name'. |
EClass |
getMeasurand()
Returns the meta object for class '
Measurand'. |
EReference |
getQualityScope_Children()
Returns the meta object for the reference list '
Children'. |
EReference |
getQualityScope_Parent()
Returns the meta object for the reference '
Parent'. |
EClass |
getQualityScope()
Returns the meta object for class '
Quality Scope'. |
SmmqualityFactory |
getSmmqualityFactory()
Returns the factory that creates the instances of the model.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final SmmqualityPackage eINSTANCE
static final int QUALITY_SCOPE
Quality Scope' class.
org.eclipse.modisco.smm.quality.impl.QualityScopeImpl,
org.eclipse.modisco.smm.quality.impl.SmmqualityPackageImpl#getQualityScope(),
Constant Field Valuesstatic final int QUALITY_SCOPE__ATTRIBUTE
static final int QUALITY_SCOPE__ANNOTATION
static final int QUALITY_SCOPE__NAME
static final int QUALITY_SCOPE__SHORT_DESCRIPTION
static final int QUALITY_SCOPE__DESCRIPTION
static final int QUALITY_SCOPE__REQUESTED_OBSERVATIONS
static final int QUALITY_SCOPE__IN_CATEGORY
static final int QUALITY_SCOPE__CLASS
static final int QUALITY_SCOPE__ELEMENTS
static final int QUALITY_SCOPE__RECOGNIZER_QUERY
static final int QUALITY_SCOPE__BREAK_CONDITION
static final int QUALITY_SCOPE__CHILDREN
static final int QUALITY_SCOPE__PARENT
static final int QUALITY_SCOPE_FEATURE_COUNT
static final int MEASURAND
Measurand' class.
org.eclipse.modisco.smm.quality.impl.MeasurandImpl,
org.eclipse.modisco.smm.quality.impl.SmmqualityPackageImpl#getMeasurand(),
Constant Field Valuesstatic final int MEASURAND__ATTRIBUTE
static final int MEASURAND__ANNOTATION
static final int MEASURAND__NAME
static final int MEASURAND__SHORT_DESCRIPTION
static final int MEASURAND__DESCRIPTION
static final int MEASURAND__REQUESTED_OBSERVATIONS
static final int MEASURAND__IN_CATEGORY
static final int MEASURAND__QUALIFIED_NAME
static final int MEASURAND__PATH
static final int MEASURAND_FEATURE_COUNT
EClass getQualityScope()
Quality Scope'.
QualityScopeEReference getQualityScope_Children()
Children'.
QualityScope.getChildren(),
getQualityScope()EReference getQualityScope_Parent()
Parent'.
QualityScope.getParent(),
getQualityScope()EClass getMeasurand()
Measurand'.
MeasurandEAttribute getMeasurand_QualifiedName()
Qualified Name'.
Measurand.getQualifiedName(),
getMeasurand()EAttribute getMeasurand_Path()
Path'.
Measurand.getPath(),
getMeasurand()SmmqualityFactory getSmmqualityFactory()