com.hammurapi.reasoning.spi.model
Interface ModelPackage.Literals

Enclosing interface:
ModelPackage

public static interface ModelPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass RULE
          The meta object literal for the 'Rule' class.
static org.eclipse.emf.ecore.EAttribute RULE__PRIORITY
          The meta object literal for the 'Priority' attribute feature.
static org.eclipse.emf.ecore.EClass RULE_SET
          The meta object literal for the 'Rule Set' class.
static org.eclipse.emf.ecore.EReference RULE_SET__BASE
          The meta object literal for the 'Base' reference list feature.
static org.eclipse.emf.ecore.EReference RULE_SET__RULE
          The meta object literal for the 'Rule' containment reference list feature.
 

Field Detail

RULE_SET

static final org.eclipse.emf.ecore.EClass RULE_SET
The meta object literal for the 'Rule Set' class.

See Also:
RuleSetImpl, ModelPackageImpl.getRuleSet()

RULE_SET__RULE

static final org.eclipse.emf.ecore.EReference RULE_SET__RULE
The meta object literal for the 'Rule' containment reference list feature.


RULE_SET__BASE

static final org.eclipse.emf.ecore.EReference RULE_SET__BASE
The meta object literal for the 'Base' reference list feature.


RULE

static final org.eclipse.emf.ecore.EClass RULE
The meta object literal for the 'Rule' class.

See Also:
RuleImpl, ModelPackageImpl.getRule()

RULE__PRIORITY

static final org.eclipse.emf.ecore.EAttribute RULE__PRIORITY
The meta object literal for the 'Priority' attribute feature.