ujf.verimag.bip.Core.Priorities
Interface PrioritiesPackage

All Known Implementing Classes:
PrioritiesPackageImpl

public interface PrioritiesPackage

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

See Also:
PrioritiesFactory

Nested Class Summary
static interface PrioritiesPackage.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 int CONNECTOR_TYPE_REFERENCE
          The meta object id for the 'Connector Type Reference' class.
static int CONNECTOR_TYPE_REFERENCE__TARGET
          The feature id for the 'Target' reference.
static int CONNECTOR_TYPE_REFERENCE_FEATURE_COUNT
          The number of structural features of the 'Connector Type Reference' class.
static PrioritiesPackage 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 PRIORITY_ELEMENT
          The meta object id for the 'Priority Element' class.
static int PRIORITY_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Priority Element' class.
static int PRIORITY_RULE
          The meta object id for the 'Priority Rule' class.
static int PRIORITY_RULE__COMPOUND_TYPE
          The feature id for the 'Compound Type' container reference.
static int PRIORITY_RULE__GREATER
          The feature id for the 'Greater' containment reference.
static int PRIORITY_RULE__GUARD
          The feature id for the 'Guard' containment reference.
static int PRIORITY_RULE__LOWER
          The feature id for the 'Lower' containment reference.
static int PRIORITY_RULE__MULTIPLICITY_SPECIFICATION
          The feature id for the 'Multiplicity Specification' containment reference list.
static int PRIORITY_RULE__NAME
          The feature id for the 'Name' attribute.
static int PRIORITY_RULE__SCOPE
          The feature id for the 'Scope' attribute.
static int PRIORITY_RULE_FEATURE_COUNT
          The number of structural features of the 'Priority Rule' class.
 
Method Summary
 EReference getConnectorTypeReference_Target()
          Returns the meta object for the reference 'Target'.
 EClass getConnectorTypeReference()
          Returns the meta object for class 'Connector Type Reference'.
 PrioritiesFactory getPrioritiesFactory()
          Returns the factory that creates the instances of the model.
 EClass getPriorityElement()
          Returns the meta object for class 'Priority Element'.
 EReference getPriorityRule_CompoundType()
          Returns the meta object for the container reference 'Compound Type'.
 EReference getPriorityRule_Greater()
          Returns the meta object for the containment reference 'Greater'.
 EReference getPriorityRule_Guard()
          Returns the meta object for the containment reference 'Guard'.
 EReference getPriorityRule_Lower()
          Returns the meta object for the containment reference 'Lower'.
 EClass getPriorityRule()
          Returns the meta object for class 'Priority Rule'.
 

Field Detail

eNAME

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

See Also:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final PrioritiesPackage eINSTANCE
The singleton instance of the package.


PRIORITY_RULE

static final int PRIORITY_RULE
The meta object id for the 'Priority Rule' class.

See Also:
PriorityRuleImpl, PrioritiesPackageImpl.getPriorityRule(), Constant Field Values

PRIORITY_RULE__NAME

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

See Also:
Constant Field Values

PRIORITY_RULE__SCOPE

static final int PRIORITY_RULE__SCOPE
The feature id for the 'Scope' attribute.

See Also:
Constant Field Values

PRIORITY_RULE__MULTIPLICITY_SPECIFICATION

static final int PRIORITY_RULE__MULTIPLICITY_SPECIFICATION
The feature id for the 'Multiplicity Specification' containment reference list.

See Also:
Constant Field Values

PRIORITY_RULE__COMPOUND_TYPE

static final int PRIORITY_RULE__COMPOUND_TYPE
The feature id for the 'Compound Type' container reference.

See Also:
Constant Field Values

PRIORITY_RULE__GUARD

static final int PRIORITY_RULE__GUARD
The feature id for the 'Guard' containment reference.

See Also:
Constant Field Values

PRIORITY_RULE__LOWER

static final int PRIORITY_RULE__LOWER
The feature id for the 'Lower' containment reference.

See Also:
Constant Field Values

PRIORITY_RULE__GREATER

static final int PRIORITY_RULE__GREATER
The feature id for the 'Greater' containment reference.

See Also:
Constant Field Values

PRIORITY_RULE_FEATURE_COUNT

static final int PRIORITY_RULE_FEATURE_COUNT
The number of structural features of the 'Priority Rule' class.

See Also:
Constant Field Values

PRIORITY_ELEMENT

static final int PRIORITY_ELEMENT
The meta object id for the 'Priority Element' class.

See Also:
PriorityElementImpl, PrioritiesPackageImpl.getPriorityElement(), Constant Field Values

PRIORITY_ELEMENT_FEATURE_COUNT

static final int PRIORITY_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Priority Element' class.

See Also:
Constant Field Values

CONNECTOR_TYPE_REFERENCE

static final int CONNECTOR_TYPE_REFERENCE
The meta object id for the 'Connector Type Reference' class.

See Also:
ConnectorTypeReferenceImpl, PrioritiesPackageImpl.getConnectorTypeReference(), Constant Field Values

CONNECTOR_TYPE_REFERENCE__TARGET

static final int CONNECTOR_TYPE_REFERENCE__TARGET
The feature id for the 'Target' reference.

See Also:
Constant Field Values

CONNECTOR_TYPE_REFERENCE_FEATURE_COUNT

static final int CONNECTOR_TYPE_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Connector Type Reference' class.

See Also:
Constant Field Values
Method Detail

getPriorityRule

EClass getPriorityRule()
Returns the meta object for class 'Priority Rule'.

Returns:
the meta object for class 'Priority Rule'.
See Also:
PriorityRule

getPriorityRule_CompoundType

EReference getPriorityRule_CompoundType()
Returns the meta object for the container reference 'Compound Type'.

Returns:
the meta object for the container reference 'Compound Type'.
See Also:
PriorityRule.getCompoundType(), getPriorityRule()

getPriorityRule_Guard

EReference getPriorityRule_Guard()
Returns the meta object for the containment reference 'Guard'.

Returns:
the meta object for the containment reference 'Guard'.
See Also:
PriorityRule.getGuard(), getPriorityRule()

getPriorityRule_Lower

EReference getPriorityRule_Lower()
Returns the meta object for the containment reference 'Lower'.

Returns:
the meta object for the containment reference 'Lower'.
See Also:
PriorityRule.getLower(), getPriorityRule()

getPriorityRule_Greater

EReference getPriorityRule_Greater()
Returns the meta object for the containment reference 'Greater'.

Returns:
the meta object for the containment reference 'Greater'.
See Also:
PriorityRule.getGreater(), getPriorityRule()

getConnectorTypeReference

EClass getConnectorTypeReference()
Returns the meta object for class 'Connector Type Reference'.

Returns:
the meta object for class 'Connector Type Reference'.
See Also:
ConnectorTypeReference

getConnectorTypeReference_Target

EReference getConnectorTypeReference_Target()
Returns the meta object for the reference 'Target'.

Returns:
the meta object for the reference 'Target'.
See Also:
ConnectorTypeReference.getTarget(), getConnectorTypeReference()

getPriorityElement

EClass getPriorityElement()
Returns the meta object for class 'Priority Element'.

Returns:
the meta object for class 'Priority Element'.
See Also:
PriorityElement

getPrioritiesFactory

PrioritiesFactory getPrioritiesFactory()
Returns the factory that creates the instances of the model.

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