ujf.verimag.bip.Core.Priorities
Interface PrioritiesPackage.Literals

Enclosing interface:
PrioritiesPackage

public static interface PrioritiesPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass CONNECTOR_TYPE_REFERENCE
          The meta object literal for the 'Connector Type Reference' class.
static EReference CONNECTOR_TYPE_REFERENCE__TARGET
          The meta object literal for the 'Target' reference feature.
static EClass PRIORITY_ELEMENT
          The meta object literal for the 'Priority Element' class.
static EClass PRIORITY_RULE
          The meta object literal for the 'Priority Rule' class.
static EReference PRIORITY_RULE__COMPOUND_TYPE
          The meta object literal for the 'Compound Type' container reference feature.
static EReference PRIORITY_RULE__GREATER
          The meta object literal for the 'Greater' containment reference feature.
static EReference PRIORITY_RULE__GUARD
          The meta object literal for the 'Guard' containment reference feature.
static EReference PRIORITY_RULE__LOWER
          The meta object literal for the 'Lower' containment reference feature.
 

Field Detail

PRIORITY_RULE

static final EClass PRIORITY_RULE
The meta object literal for the 'Priority Rule' class.

See Also:
PriorityRuleImpl, PrioritiesPackageImpl.getPriorityRule()

PRIORITY_RULE__COMPOUND_TYPE

static final EReference PRIORITY_RULE__COMPOUND_TYPE
The meta object literal for the 'Compound Type' container reference feature.


PRIORITY_RULE__GUARD

static final EReference PRIORITY_RULE__GUARD
The meta object literal for the 'Guard' containment reference feature.


PRIORITY_RULE__LOWER

static final EReference PRIORITY_RULE__LOWER
The meta object literal for the 'Lower' containment reference feature.


PRIORITY_RULE__GREATER

static final EReference PRIORITY_RULE__GREATER
The meta object literal for the 'Greater' containment reference feature.


CONNECTOR_TYPE_REFERENCE

static final EClass CONNECTOR_TYPE_REFERENCE
The meta object literal for the 'Connector Type Reference' class.

See Also:
ConnectorTypeReferenceImpl, PrioritiesPackageImpl.getConnectorTypeReference()

CONNECTOR_TYPE_REFERENCE__TARGET

static final EReference CONNECTOR_TYPE_REFERENCE__TARGET
The meta object literal for the 'Target' reference feature.


PRIORITY_ELEMENT

static final EClass PRIORITY_ELEMENT
The meta object literal for the 'Priority Element' class.

See Also:
PriorityElementImpl, PrioritiesPackageImpl.getPriorityElement()