com.hammurapi.reasoning.spi.model
Interface ModelPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ModelPackageImpl

public interface ModelPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
ModelFactory

Nested Class Summary
static interface ModelPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static ModelPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int RULE
          The meta object id for the 'Rule' class.
static int RULE__CLASS_PATH
          The feature id for the 'Class Path' containment reference list.
static int RULE__CONFIG_SCRIPT
          The feature id for the 'Config Script' attribute.
static int RULE__CONSTRUCTOR
          The feature id for the 'Constructor' containment reference.
static int RULE__DESCRIPTION
          The feature id for the 'Description' attribute.
static int RULE__ENABLED
          The feature id for the 'Enabled' attribute.
static int RULE__HOME_PAGE
          The feature id for the 'Home Page' attribute.
static int RULE__ID
          The feature id for the 'Id' attribute.
static int RULE__NAME
          The feature id for the 'Name' attribute.
static int RULE__PRIORITY
          The feature id for the 'Priority' attribute.
static int RULE__PROFILE
          The feature id for the 'Profile' containment reference list.
static int RULE__PROPERTY
          The feature id for the 'Property' containment reference list.
static int RULE__ROLES
          The feature id for the 'Roles' containment reference list.
static int RULE__RUNTIME
          The feature id for the 'Runtime' attribute.
static int RULE__SERVICE
          The feature id for the 'Service' attribute list.
static int RULE__SOURCE
          The feature id for the 'Source' containment reference list.
static int RULE__SUPPORTED_EXECUTION_ENVIRONMENTS
          The feature id for the 'Supported Execution Environments' attribute list.
static int RULE__TYPE
          The feature id for the 'Type' attribute.
static int RULE__VALUE
          The feature id for the 'Value' attribute.
static int RULE_FEATURE_COUNT
          The number of structural features of the 'Rule' class.
static int RULE_SET
          The meta object id for the 'Rule Set' class.
static int RULE_SET__BASE
          The feature id for the 'Base' reference list.
static int RULE_SET__CLASS_PATH
          The feature id for the 'Class Path' containment reference list.
static int RULE_SET__CONFIG_SCRIPT
          The feature id for the 'Config Script' attribute.
static int RULE_SET__CONSTRUCTOR
          The feature id for the 'Constructor' containment reference.
static int RULE_SET__DESCRIPTION
          The feature id for the 'Description' attribute.
static int RULE_SET__ENABLED
          The feature id for the 'Enabled' attribute.
static int RULE_SET__HOME_PAGE
          The feature id for the 'Home Page' attribute.
static int RULE_SET__ID
          The feature id for the 'Id' attribute.
static int RULE_SET__NAME
          The feature id for the 'Name' attribute.
static int RULE_SET__PROFILE
          The feature id for the 'Profile' containment reference list.
static int RULE_SET__PROPERTY
          The feature id for the 'Property' containment reference list.
static int RULE_SET__ROLES
          The feature id for the 'Roles' containment reference list.
static int RULE_SET__RULE
          The feature id for the 'Rule' containment reference list.
static int RULE_SET__RUNTIME
          The feature id for the 'Runtime' attribute.
static int RULE_SET__SERVICE
          The feature id for the 'Service' attribute list.
static int RULE_SET__SOURCE
          The feature id for the 'Source' containment reference list.
static int RULE_SET__SUPPORTED_EXECUTION_ENVIRONMENTS
          The feature id for the 'Supported Execution Environments' attribute list.
static int RULE_SET__TYPE
          The feature id for the 'Type' attribute.
static int RULE_SET__VALUE
          The feature id for the 'Value' attribute.
static int RULE_SET_FEATURE_COUNT
          The number of structural features of the 'Rule Set' class.
 
Method Summary
 ModelFactory getModelFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getRule_Priority()
          Returns the meta object for the attribute 'Priority'.
 org.eclipse.emf.ecore.EClass getRule()
          Returns the meta object for class 'Rule'.
 org.eclipse.emf.ecore.EReference getRuleSet_Base()
          Returns the meta object for the reference list 'Base'.
 org.eclipse.emf.ecore.EReference getRuleSet_Rule()
          Returns the meta object for the containment reference list 'Rule'.
 org.eclipse.emf.ecore.EClass getRuleSet()
          Returns the meta object for class 'Rule Set'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ModelPackage eINSTANCE
The singleton instance of the package.


RULE_SET

static final int RULE_SET
The meta object id for the 'Rule Set' class.

See Also:
RuleSetImpl, ModelPackageImpl.getRuleSet(), Constant Field Values

RULE_SET__ROLES

static final int RULE_SET__ROLES
The feature id for the 'Roles' containment reference list.

See Also:
Constant Field Values

RULE_SET__DESCRIPTION

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

See Also:
Constant Field Values

RULE_SET__CONFIG_SCRIPT

static final int RULE_SET__CONFIG_SCRIPT
The feature id for the 'Config Script' attribute.

See Also:
Constant Field Values

RULE_SET__ID

static final int RULE_SET__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

RULE_SET__SOURCE

static final int RULE_SET__SOURCE
The feature id for the 'Source' containment reference list.

See Also:
Constant Field Values

RULE_SET__ENABLED

static final int RULE_SET__ENABLED
The feature id for the 'Enabled' attribute.

See Also:
Constant Field Values

RULE_SET__SERVICE

static final int RULE_SET__SERVICE
The feature id for the 'Service' attribute list.

See Also:
Constant Field Values

RULE_SET__SUPPORTED_EXECUTION_ENVIRONMENTS

static final int RULE_SET__SUPPORTED_EXECUTION_ENVIRONMENTS
The feature id for the 'Supported Execution Environments' attribute list.

See Also:
Constant Field Values

RULE_SET__HOME_PAGE

static final int RULE_SET__HOME_PAGE
The feature id for the 'Home Page' attribute.

See Also:
Constant Field Values

RULE_SET__NAME

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

See Also:
Constant Field Values

RULE_SET__RUNTIME

static final int RULE_SET__RUNTIME
The feature id for the 'Runtime' attribute.

See Also:
Constant Field Values

RULE_SET__PROPERTY

static final int RULE_SET__PROPERTY
The feature id for the 'Property' containment reference list.

See Also:
Constant Field Values

RULE_SET__PROFILE

static final int RULE_SET__PROFILE
The feature id for the 'Profile' containment reference list.

See Also:
Constant Field Values

RULE_SET__CLASS_PATH

static final int RULE_SET__CLASS_PATH
The feature id for the 'Class Path' containment reference list.

See Also:
Constant Field Values

RULE_SET__CONSTRUCTOR

static final int RULE_SET__CONSTRUCTOR
The feature id for the 'Constructor' containment reference.

See Also:
Constant Field Values

RULE_SET__VALUE

static final int RULE_SET__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

RULE_SET__TYPE

static final int RULE_SET__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

RULE_SET__RULE

static final int RULE_SET__RULE
The feature id for the 'Rule' containment reference list.

See Also:
Constant Field Values

RULE_SET__BASE

static final int RULE_SET__BASE
The feature id for the 'Base' reference list.

See Also:
Constant Field Values

RULE_SET_FEATURE_COUNT

static final int RULE_SET_FEATURE_COUNT
The number of structural features of the 'Rule Set' class.

See Also:
Constant Field Values

RULE

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

See Also:
RuleImpl, ModelPackageImpl.getRule(), Constant Field Values

RULE__ROLES

static final int RULE__ROLES
The feature id for the 'Roles' containment reference list.

See Also:
Constant Field Values

RULE__DESCRIPTION

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

See Also:
Constant Field Values

RULE__CONFIG_SCRIPT

static final int RULE__CONFIG_SCRIPT
The feature id for the 'Config Script' attribute.

See Also:
Constant Field Values

RULE__ID

static final int RULE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

RULE__SOURCE

static final int RULE__SOURCE
The feature id for the 'Source' containment reference list.

See Also:
Constant Field Values

RULE__ENABLED

static final int RULE__ENABLED
The feature id for the 'Enabled' attribute.

See Also:
Constant Field Values

RULE__SERVICE

static final int RULE__SERVICE
The feature id for the 'Service' attribute list.

See Also:
Constant Field Values

RULE__SUPPORTED_EXECUTION_ENVIRONMENTS

static final int RULE__SUPPORTED_EXECUTION_ENVIRONMENTS
The feature id for the 'Supported Execution Environments' attribute list.

See Also:
Constant Field Values

RULE__HOME_PAGE

static final int RULE__HOME_PAGE
The feature id for the 'Home Page' attribute.

See Also:
Constant Field Values

RULE__NAME

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

See Also:
Constant Field Values

RULE__RUNTIME

static final int RULE__RUNTIME
The feature id for the 'Runtime' attribute.

See Also:
Constant Field Values

RULE__PROPERTY

static final int RULE__PROPERTY
The feature id for the 'Property' containment reference list.

See Also:
Constant Field Values

RULE__PROFILE

static final int RULE__PROFILE
The feature id for the 'Profile' containment reference list.

See Also:
Constant Field Values

RULE__CLASS_PATH

static final int RULE__CLASS_PATH
The feature id for the 'Class Path' containment reference list.

See Also:
Constant Field Values

RULE__CONSTRUCTOR

static final int RULE__CONSTRUCTOR
The feature id for the 'Constructor' containment reference.

See Also:
Constant Field Values

RULE__VALUE

static final int RULE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values

RULE__TYPE

static final int RULE__TYPE
The feature id for the 'Type' attribute.

See Also:
Constant Field Values

RULE__PRIORITY

static final int RULE__PRIORITY
The feature id for the 'Priority' attribute.

See Also:
Constant Field Values

RULE_FEATURE_COUNT

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

See Also:
Constant Field Values
Method Detail

getRuleSet

org.eclipse.emf.ecore.EClass getRuleSet()
Returns the meta object for class 'Rule Set'.

Returns:
the meta object for class 'Rule Set'.
See Also:
RuleSet

getRuleSet_Rule

org.eclipse.emf.ecore.EReference getRuleSet_Rule()
Returns the meta object for the containment reference list 'Rule'.

Returns:
the meta object for the containment reference list 'Rule'.
See Also:
RuleSet.getRule(), getRuleSet()

getRuleSet_Base

org.eclipse.emf.ecore.EReference getRuleSet_Base()
Returns the meta object for the reference list 'Base'.

Returns:
the meta object for the reference list 'Base'.
See Also:
RuleSet.getBase(), getRuleSet()

getRule

org.eclipse.emf.ecore.EClass getRule()
Returns the meta object for class 'Rule'.

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

getRule_Priority

org.eclipse.emf.ecore.EAttribute getRule_Priority()
Returns the meta object for the attribute 'Priority'.

Returns:
the meta object for the attribute 'Priority'.
See Also:
Rule.getPriority(), getRule()

getModelFactory

ModelFactory getModelFactory()
Returns the factory that creates the instances of the model.

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