org.eclipse.modisco.smm.quality
Interface SmmqualityPackage


public interface SmmqualityPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
SmmqualityFactory
Generated:
Model:
kind="package"

Nested Class Summary
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
 
Field Summary
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.
 
Method Summary
 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.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final SmmqualityPackage eINSTANCE
The singleton instance of the package.

Generated:

QUALITY_SCOPE

static final int QUALITY_SCOPE
The meta object id for the 'Quality Scope' class.

See Also:
org.eclipse.modisco.smm.quality.impl.QualityScopeImpl, org.eclipse.modisco.smm.quality.impl.SmmqualityPackageImpl#getQualityScope(), Constant Field Values
Generated:

QUALITY_SCOPE__ATTRIBUTE

static final int QUALITY_SCOPE__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__ANNOTATION

static final int QUALITY_SCOPE__ANNOTATION
The feature id for the 'Annotation' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__NAME

static final int QUALITY_SCOPE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__SHORT_DESCRIPTION

static final int QUALITY_SCOPE__SHORT_DESCRIPTION
The feature id for the 'Short Description' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__DESCRIPTION

static final int QUALITY_SCOPE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__REQUESTED_OBSERVATIONS

static final int QUALITY_SCOPE__REQUESTED_OBSERVATIONS
The feature id for the 'Requested Observations' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__IN_CATEGORY

static final int QUALITY_SCOPE__IN_CATEGORY
The feature id for the 'In Category' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__CLASS

static final int QUALITY_SCOPE__CLASS
The feature id for the 'Class' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__ELEMENTS

static final int QUALITY_SCOPE__ELEMENTS
The feature id for the 'Elements' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__RECOGNIZER_QUERY

static final int QUALITY_SCOPE__RECOGNIZER_QUERY
The feature id for the 'Recognizer Query' reference.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__BREAK_CONDITION

static final int QUALITY_SCOPE__BREAK_CONDITION
The feature id for the 'Break Condition' reference.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__CHILDREN

static final int QUALITY_SCOPE__CHILDREN
The feature id for the 'Children' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE__PARENT

static final int QUALITY_SCOPE__PARENT
The feature id for the 'Parent' reference.

See Also:
Constant Field Values
Generated:
Ordered:

QUALITY_SCOPE_FEATURE_COUNT

static final int QUALITY_SCOPE_FEATURE_COUNT
The number of structural features of the 'Quality Scope' class.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND

static final int MEASURAND
The meta object id for the 'Measurand' class.

See Also:
org.eclipse.modisco.smm.quality.impl.MeasurandImpl, org.eclipse.modisco.smm.quality.impl.SmmqualityPackageImpl#getMeasurand(), Constant Field Values
Generated:

MEASURAND__ATTRIBUTE

static final int MEASURAND__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND__ANNOTATION

static final int MEASURAND__ANNOTATION
The feature id for the 'Annotation' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND__NAME

static final int MEASURAND__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND__SHORT_DESCRIPTION

static final int MEASURAND__SHORT_DESCRIPTION
The feature id for the 'Short Description' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND__DESCRIPTION

static final int MEASURAND__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND__REQUESTED_OBSERVATIONS

static final int MEASURAND__REQUESTED_OBSERVATIONS
The feature id for the 'Requested Observations' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND__IN_CATEGORY

static final int MEASURAND__IN_CATEGORY
The feature id for the 'In Category' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND__QUALIFIED_NAME

static final int MEASURAND__QUALIFIED_NAME
The feature id for the 'Qualified Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND__PATH

static final int MEASURAND__PATH
The feature id for the 'Path' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

MEASURAND_FEATURE_COUNT

static final int MEASURAND_FEATURE_COUNT
The number of structural features of the 'Measurand' class.

See Also:
Constant Field Values
Generated:
Ordered:
Method Detail

getQualityScope

EClass getQualityScope()
Returns the meta object for class 'Quality Scope'.

Returns:
the meta object for class 'Quality Scope'.
See Also:
QualityScope
Generated:

getQualityScope_Children

EReference getQualityScope_Children()
Returns the meta object for the reference list 'Children'.

Returns:
the meta object for the reference list 'Children'.
See Also:
QualityScope.getChildren(), getQualityScope()
Generated:

getQualityScope_Parent

EReference getQualityScope_Parent()
Returns the meta object for the reference 'Parent'.

Returns:
the meta object for the reference 'Parent'.
See Also:
QualityScope.getParent(), getQualityScope()
Generated:

getMeasurand

EClass getMeasurand()
Returns the meta object for class 'Measurand'.

Returns:
the meta object for class 'Measurand'.
See Also:
Measurand
Generated:

getMeasurand_QualifiedName

EAttribute getMeasurand_QualifiedName()
Returns the meta object for the attribute 'Qualified Name'.

Returns:
the meta object for the attribute 'Qualified Name'.
See Also:
Measurand.getQualifiedName(), getMeasurand()
Generated:

getMeasurand_Path

EAttribute getMeasurand_Path()
Returns the meta object for the attribute 'Path'.

Returns:
the meta object for the attribute 'Path'.
See Also:
Measurand.getPath(), getMeasurand()
Generated:

getSmmqualityFactory

SmmqualityFactory getSmmqualityFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: