Rule Designer API

ilog.rules.studio.model.rule
Interface IlrRuleModelPackage.Literals

Enclosing interface:
IlrRuleModelPackage

public static interface IlrRuleModelPackage.Literals

Defines meta object literals. Meta objects represent:


Field Summary
static org.eclipse.emf.ecore.EClass BUSINESS_RULE
          The meta object literal for the 'Business Rule' class.
static org.eclipse.emf.ecore.EAttribute BUSINESS_RULE__CATEGORIES
          The meta object literal for the 'Categories' attribute list feature.
static org.eclipse.emf.ecore.EAttribute BUSINESS_RULE__LOCALE
          The meta object literal for the 'Locale' attribute feature.
static org.eclipse.emf.ecore.EReference BUSINESS_RULE__TEMPLATE
          The meta object literal for the 'Template' reference feature.
static org.eclipse.emf.ecore.EClass FUNCTION
          The meta object literal for the 'Function' class.
static org.eclipse.emf.ecore.EAttribute FUNCTION__ACTIVE
          The meta object literal for the 'Active' attribute feature.
static org.eclipse.emf.ecore.EReference FUNCTION__ARGUMENTS
          The meta object literal for the 'Arguments' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute FUNCTION__DEFINITION
          The meta object literal for the 'Definition' attribute feature.
static org.eclipse.emf.ecore.EAttribute FUNCTION__IMPORTS
          The meta object literal for the 'Imports' attribute list feature.
static org.eclipse.emf.ecore.EAttribute FUNCTION__RETURN_TYPE
          The meta object literal for the 'Return Type' attribute feature.
static org.eclipse.emf.ecore.EClass RULE
          The meta object literal for the 'Rule' class.
static org.eclipse.emf.ecore.EReference RULE__OVERRIDDEN_RULES
          The meta object literal for the 'Overridden Rules' reference list feature.
static org.eclipse.emf.ecore.EAttribute RULE__PRIORITY
          The meta object literal for the 'Priority' attribute feature.
static org.eclipse.emf.ecore.EClass RULE_ARTIFACT
          The meta object literal for the 'Rule Artifact' class.
static org.eclipse.emf.ecore.EAttribute RULE_ARTIFACT__ACTIVE
          The meta object literal for the 'Active' attribute feature.
static org.eclipse.emf.ecore.EClass TECHNICAL_RULE
          The meta object literal for the 'Technical Rule' class.
static org.eclipse.emf.ecore.EAttribute TECHNICAL_RULE__DEFINITION
          The meta object literal for the 'Definition' attribute feature.
static org.eclipse.emf.ecore.EAttribute TECHNICAL_RULE__IMPORTS
          The meta object literal for the 'Imports' attribute list feature.
static org.eclipse.emf.ecore.EClass TEMPLATE
          The meta object literal for the 'Template' class.
static org.eclipse.emf.ecore.EAttribute TEMPLATE__DOCUMENTATION
          The meta object literal for the 'Documentation' attribute feature.
static org.eclipse.emf.ecore.EClass TEMPLATE_FOLDER
          The meta object literal for the 'Template Folder' class.
 

Field Detail

RULE_ARTIFACT

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

See Also:
IlrRuleArtifactImpl, IlrRuleModelPackageImpl.getRuleArtifact()

RULE_ARTIFACT__ACTIVE

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


TEMPLATE_FOLDER

static final org.eclipse.emf.ecore.EClass TEMPLATE_FOLDER
The meta object literal for the 'Template Folder' class.

See Also:
IlrTemplateFolderImpl, IlrRuleModelPackageImpl.getTemplateFolder()

TEMPLATE

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

See Also:
IlrTemplateImpl, IlrRuleModelPackageImpl.getTemplate()

TEMPLATE__DOCUMENTATION

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


RULE

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

See Also:
IlrRuleImpl, IlrRuleModelPackageImpl.getRule()

RULE__OVERRIDDEN_RULES

static final org.eclipse.emf.ecore.EReference RULE__OVERRIDDEN_RULES
The meta object literal for the 'Overridden Rules' reference list feature.


RULE__PRIORITY

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


BUSINESS_RULE

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

See Also:
IlrBusinessRuleImpl, IlrRuleModelPackageImpl.getBusinessRule()

BUSINESS_RULE__TEMPLATE

static final org.eclipse.emf.ecore.EReference BUSINESS_RULE__TEMPLATE
The meta object literal for the 'Template' reference feature.


BUSINESS_RULE__CATEGORIES

static final org.eclipse.emf.ecore.EAttribute BUSINESS_RULE__CATEGORIES
The meta object literal for the 'Categories' attribute list feature.


BUSINESS_RULE__LOCALE

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


TECHNICAL_RULE

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

See Also:
IlrTechnicalRuleImpl, IlrRuleModelPackageImpl.getTechnicalRule()

TECHNICAL_RULE__DEFINITION

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


TECHNICAL_RULE__IMPORTS

static final org.eclipse.emf.ecore.EAttribute TECHNICAL_RULE__IMPORTS
The meta object literal for the 'Imports' attribute list feature.


FUNCTION

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

See Also:
IlrFunctionImpl, IlrRuleModelPackageImpl.getFunction()

FUNCTION__RETURN_TYPE

static final org.eclipse.emf.ecore.EAttribute FUNCTION__RETURN_TYPE
The meta object literal for the 'Return Type' attribute feature.


FUNCTION__DEFINITION

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


FUNCTION__IMPORTS

static final org.eclipse.emf.ecore.EAttribute FUNCTION__IMPORTS
The meta object literal for the 'Imports' attribute list feature.


FUNCTION__ARGUMENTS

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


FUNCTION__ACTIVE

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


Rule Designer API

© Copyright IBM Corp. 1987, 2013