|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RulePackage
The Package for the model. It contains accessors for the meta objects to represent
RuleFactory
Nested Class Summary | |
---|---|
static interface |
RulePackage.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 int |
AND_CONDITION
The meta object id for the ' And Condition ' class. |
static int |
AND_CONDITION__CONDITIONS
The feature id for the 'Conditions' containment reference list. |
static int |
AND_CONDITION_FEATURE_COUNT
The number of structural features of the 'And Condition' class. |
static int |
CONDITION
The meta object id for the ' Condition
' class. |
static int |
CONDITION_FEATURE_COUNT
The number of structural features of the 'Condition' class. |
static RulePackage |
eINSTANCE
The singleton instance of the package. |
static int |
ENABLE_RULE
The meta object id for the ' Enable Rule ' class. |
static int |
ENABLE_RULE__CONDITION
The feature id for the 'Condition' containment reference. |
static int |
ENABLE_RULE__DISABLE
The feature id for the 'Disable' attribute. |
static int |
ENABLE_RULE_FEATURE_COUNT
The number of structural features of the 'Enable Rule' class. |
static String |
eNAME
The package name. |
static String |
eNS_PREFIX
The package namespace name. |
static String |
eNS_URI
The package namespace URI. |
static int |
LEAF_CONDITION
The meta object id for the ' Leaf Condition ' class. |
static int |
LEAF_CONDITION__DOMAIN_MODEL_REFERENCE
The feature id for the 'Domain Model Reference' containment reference. |
static int |
LEAF_CONDITION__EXPECTED_VALUE
The feature id for the 'Expected Value' attribute. |
static int |
LEAF_CONDITION__VALUE_DOMAIN_MODEL_REFERENCE
The feature id for the 'Value Domain Model Reference' containment reference. |
static int |
LEAF_CONDITION_FEATURE_COUNT
The number of structural features of the 'Leaf Condition' class. |
static int |
OR_CONDITION
The meta object id for the ' Or Condition ' class. |
static int |
OR_CONDITION__CONDITIONS
The feature id for the 'Conditions' containment reference list. |
static int |
OR_CONDITION_FEATURE_COUNT
The number of structural features of the 'Or Condition' class. |
static int |
RULE
The meta object id for the ' Rule ' class. |
static int |
RULE__CONDITION
The feature id for the 'Condition' containment reference. |
static int |
RULE_FEATURE_COUNT
The number of structural features of the 'Rule' class. |
static int |
SHOW_RULE
The meta object id for the ' Show Rule '
class. |
static int |
SHOW_RULE__CONDITION
The feature id for the 'Condition' containment reference. |
static int |
SHOW_RULE__HIDE
The feature id for the 'Hide' attribute. |
static int |
SHOW_RULE_FEATURE_COUNT
The number of structural features of the 'Show Rule' class. |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EReference |
getAndCondition_Conditions()
Returns the meta object for the containment reference list ' Conditions '. |
org.eclipse.emf.ecore.EClass |
getAndCondition()
Returns the meta object for class ' And Condition '. |
org.eclipse.emf.ecore.EClass |
getCondition()
Returns the meta object for class ' Condition '. |
org.eclipse.emf.ecore.EAttribute |
getEnableRule_Disable()
Returns the meta object for the attribute ' Disable '. |
org.eclipse.emf.ecore.EClass |
getEnableRule()
Returns the meta object for class ' Enable Rule '. |
org.eclipse.emf.ecore.EReference |
getLeafCondition_DomainModelReference()
Returns the meta object for the containment reference ' Domain Model Reference '. |
org.eclipse.emf.ecore.EAttribute |
getLeafCondition_ExpectedValue()
Returns the meta object for the attribute ' Expected Value '. |
org.eclipse.emf.ecore.EReference |
getLeafCondition_ValueDomainModelReference()
Returns the meta object for the containment reference ' Value Domain Model Reference '. |
org.eclipse.emf.ecore.EClass |
getLeafCondition()
Returns the meta object for class ' Leaf Condition '. |
org.eclipse.emf.ecore.EReference |
getOrCondition_Conditions()
Returns the meta object for the containment reference list ' Conditions '. |
org.eclipse.emf.ecore.EClass |
getOrCondition()
Returns the meta object for class ' Or Condition '. |
org.eclipse.emf.ecore.EReference |
getRule_Condition()
Returns the meta object for the containment reference ' Condition '. |
org.eclipse.emf.ecore.EClass |
getRule()
Returns the meta object for class ' Rule '. |
RuleFactory |
getRuleFactory()
Returns the factory that creates the instances of the model. |
org.eclipse.emf.ecore.EAttribute |
getShowRule_Hide()
Returns the meta object for the attribute ' Hide '. |
org.eclipse.emf.ecore.EClass |
getShowRule()
Returns the meta object for class ' Show Rule '. |
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final RulePackage eINSTANCE
static final int CONDITION
Condition
' class.
ConditionImpl
,
RulePackageImpl.getCondition()
,
Constant Field Valuesstatic final int CONDITION_FEATURE_COUNT
static final int LEAF_CONDITION
Leaf Condition
' class.
LeafConditionImpl
,
RulePackageImpl.getLeafCondition()
,
Constant Field Valuesstatic final int LEAF_CONDITION__EXPECTED_VALUE
static final int LEAF_CONDITION__DOMAIN_MODEL_REFERENCE
static final int LEAF_CONDITION__VALUE_DOMAIN_MODEL_REFERENCE
static final int LEAF_CONDITION_FEATURE_COUNT
static final int OR_CONDITION
Or Condition
' class.
OrConditionImpl
,
RulePackageImpl.getOrCondition()
,
Constant Field Valuesstatic final int OR_CONDITION__CONDITIONS
static final int OR_CONDITION_FEATURE_COUNT
static final int AND_CONDITION
And Condition
' class.
AndConditionImpl
,
RulePackageImpl.getAndCondition()
,
Constant Field Valuesstatic final int AND_CONDITION__CONDITIONS
static final int AND_CONDITION_FEATURE_COUNT
static final int RULE
Rule
' class.
RuleImpl
,
RulePackageImpl.getRule()
,
Constant Field Valuesstatic final int RULE__CONDITION
static final int RULE_FEATURE_COUNT
static final int SHOW_RULE
Show Rule
'
class.
ShowRuleImpl
,
RulePackageImpl.getShowRule()
,
Constant Field Valuesstatic final int SHOW_RULE__CONDITION
static final int SHOW_RULE__HIDE
static final int SHOW_RULE_FEATURE_COUNT
static final int ENABLE_RULE
Enable Rule
' class.
EnableRuleImpl
,
RulePackageImpl.getEnableRule()
,
Constant Field Valuesstatic final int ENABLE_RULE__CONDITION
static final int ENABLE_RULE__DISABLE
static final int ENABLE_RULE_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getCondition()
Condition
'.
Condition
org.eclipse.emf.ecore.EClass getLeafCondition()
Leaf Condition
'.
LeafCondition
org.eclipse.emf.ecore.EAttribute getLeafCondition_ExpectedValue()
Expected Value
'.
LeafCondition.getExpectedValue()
,
getLeafCondition()
org.eclipse.emf.ecore.EReference getLeafCondition_DomainModelReference()
Domain Model Reference
'.
LeafCondition.getDomainModelReference()
,
getLeafCondition()
org.eclipse.emf.ecore.EReference getLeafCondition_ValueDomainModelReference()
Value Domain Model Reference
'.
LeafCondition.getValueDomainModelReference()
,
getLeafCondition()
org.eclipse.emf.ecore.EClass getOrCondition()
Or Condition
'.
OrCondition
org.eclipse.emf.ecore.EReference getOrCondition_Conditions()
Conditions
'.
OrCondition.getConditions()
,
getOrCondition()
org.eclipse.emf.ecore.EClass getAndCondition()
And Condition
'.
AndCondition
org.eclipse.emf.ecore.EReference getAndCondition_Conditions()
Conditions
'.
AndCondition.getConditions()
,
getAndCondition()
org.eclipse.emf.ecore.EClass getRule()
Rule
'.
Rule
org.eclipse.emf.ecore.EReference getRule_Condition()
Condition
'.
Rule.getCondition()
,
getRule()
org.eclipse.emf.ecore.EClass getShowRule()
Show Rule
'.
ShowRule
org.eclipse.emf.ecore.EAttribute getShowRule_Hide()
Hide
'.
ShowRule.isHide()
,
getShowRule()
org.eclipse.emf.ecore.EClass getEnableRule()
Enable Rule
'.
EnableRule
org.eclipse.emf.ecore.EAttribute getEnableRule_Disable()
Disable
'.
EnableRule.isDisable()
,
getEnableRule()
RuleFactory getRuleFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |