public interface RulePackage
extends org.eclipse.emf.ecore.EPackage
RuleFactory
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
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 |
COMPARE_TYPE
The meta object id for the '
Compare Type '
enum. |
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 |
FALSE
The meta object id for the '
False ' class. |
static int |
FALSE_FEATURE_COUNT
The number of structural features of the 'False' class.
|
static int |
IS_PROXY_CONDITION
The meta object id for the '
Is Proxy
Condition ' class. |
static int |
IS_PROXY_CONDITION__DOMAIN_MODEL_REFERENCE
The feature id for the 'Domain Model Reference' containment reference.
|
static int |
IS_PROXY_CONDITION_FEATURE_COUNT
The number of structural features of the 'Is Proxy Condition' class.
|
static int |
ITERATE_CONDITION
The meta object id for the '
Iterate
Condition ' class. |
static int |
ITERATE_CONDITION__IF_EMPTY
The feature id for the 'If Empty' attribute.
|
static int |
ITERATE_CONDITION__ITEM_CONDITION
The feature id for the 'Item Condition' containment reference.
|
static int |
ITERATE_CONDITION__ITEM_REFERENCE
The feature id for the 'Item Reference' containment reference.
|
static int |
ITERATE_CONDITION__QUANTIFIER
The feature id for the 'Quantifier' attribute.
|
static int |
ITERATE_CONDITION_FEATURE_COUNT
The number of structural features of the 'Iterate Condition' class.
|
static int |
LEAF_CONDITION
The meta object id for the '
Leaf
Condition ' class. |
static int |
LEAF_CONDITION__COMPARE_TYPE
The feature id for the 'Compare Type' attribute.
|
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 |
NOT_CONDITION
The meta object id for the '
Not
Condition ' class. |
static int |
NOT_CONDITION__CONDITION
The feature id for the 'Condition' containment reference.
|
static int |
NOT_CONDITION_FEATURE_COUNT
The number of structural features of the 'Not 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 |
QUANTIFIER
The meta object id for the '
Quantifier ' enum. |
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.
|
static int |
TRUE
The meta object id for the '
True ' class. |
static int |
TRUE_FEATURE_COUNT
The number of structural features of the 'True' class.
|
Modifier and Type | Method and Description |
---|---|
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.EEnum |
getCompareType()
Returns the meta object for enum '
Compare
Type '. |
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.EClass |
getFalse()
Returns the meta object for class '
False '. |
org.eclipse.emf.ecore.EReference |
getIsProxyCondition_DomainModelReference()
Returns the meta object for the containment reference
'
Domain Model
Reference '. |
org.eclipse.emf.ecore.EClass |
getIsProxyCondition()
Returns the meta object for class '
Is Proxy
Condition '. |
org.eclipse.emf.ecore.EAttribute |
getIterateCondition_IfEmpty()
Returns the meta object for the attribute
'
If Empty '. |
org.eclipse.emf.ecore.EReference |
getIterateCondition_ItemCondition()
Returns the meta object for the containment reference
'
Item Condition '. |
org.eclipse.emf.ecore.EReference |
getIterateCondition_ItemReference()
Returns the meta object for the containment reference
'
Item Reference '. |
org.eclipse.emf.ecore.EAttribute |
getIterateCondition_Quantifier()
Returns the meta object for the attribute
'
Quantifier '. |
org.eclipse.emf.ecore.EClass |
getIterateCondition()
Returns the meta object for class '
Iterate
Condition '. |
org.eclipse.emf.ecore.EAttribute |
getLeafCondition_CompareType()
Returns the meta object for the attribute
'
Compare Type '. |
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 |
getNotCondition_Condition()
Returns the meta object for the containment reference
'
Condition '. |
org.eclipse.emf.ecore.EClass |
getNotCondition()
Returns the meta object for class '
Not
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.EEnum |
getQuantifier()
Returns the meta object for enum '
Quantifier '. |
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 '. |
org.eclipse.emf.ecore.EClass |
getTrue()
Returns the meta object for class '
True '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final RulePackage eINSTANCE
static final int CONDITION
Condition
' class.
static final int CONDITION_FEATURE_COUNT
static final int LEAF_CONDITION
Leaf
Condition
' class.
static 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__COMPARE_TYPE
static final int LEAF_CONDITION_FEATURE_COUNT
static final int OR_CONDITION
Or
Condition
' class.
static final int OR_CONDITION__CONDITIONS
static final int OR_CONDITION_FEATURE_COUNT
static final int AND_CONDITION
And
Condition
' class.
static 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.
static 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.
static final int ENABLE_RULE__CONDITION
static final int ENABLE_RULE__DISABLE
static final int ENABLE_RULE_FEATURE_COUNT
static final int ITERATE_CONDITION
Iterate
Condition
' class.
static final int ITERATE_CONDITION__QUANTIFIER
static final int ITERATE_CONDITION__IF_EMPTY
static final int ITERATE_CONDITION__ITEM_REFERENCE
static final int ITERATE_CONDITION__ITEM_CONDITION
static final int ITERATE_CONDITION_FEATURE_COUNT
static final int TRUE
True
' class.
TrueImpl
,
RulePackageImpl.getTrue()
,
Constant Field Valuesstatic final int TRUE_FEATURE_COUNT
static final int FALSE
False
' class.
FalseImpl
,
RulePackageImpl.getFalse()
,
Constant Field Valuesstatic final int FALSE_FEATURE_COUNT
static final int NOT_CONDITION
Not
Condition
' class.
static final int NOT_CONDITION__CONDITION
static final int NOT_CONDITION_FEATURE_COUNT
static final int IS_PROXY_CONDITION
Is Proxy
Condition
' class.
static final int IS_PROXY_CONDITION__DOMAIN_MODEL_REFERENCE
static final int IS_PROXY_CONDITION_FEATURE_COUNT
static final int COMPARE_TYPE
Compare Type
'
enum.
CompareType
,
RulePackageImpl.getCompareType()
,
Constant Field Valuesstatic final int QUANTIFIER
Quantifier
' enum.
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.EAttribute getLeafCondition_CompareType()
Compare Type
'.
LeafCondition.getCompareType()
,
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()
org.eclipse.emf.ecore.EClass getIterateCondition()
Iterate
Condition
'.
IterateCondition
org.eclipse.emf.ecore.EAttribute getIterateCondition_Quantifier()
Quantifier
'.
IterateCondition.getQuantifier()
,
getIterateCondition()
org.eclipse.emf.ecore.EAttribute getIterateCondition_IfEmpty()
If Empty
'.
IterateCondition.isIfEmpty()
,
getIterateCondition()
org.eclipse.emf.ecore.EReference getIterateCondition_ItemReference()
Item Reference
'.
IterateCondition.getItemReference()
,
getIterateCondition()
org.eclipse.emf.ecore.EReference getIterateCondition_ItemCondition()
Item Condition
'.
IterateCondition.getItemCondition()
,
getIterateCondition()
org.eclipse.emf.ecore.EClass getTrue()
True
'.
True
org.eclipse.emf.ecore.EClass getFalse()
False
'.
False
org.eclipse.emf.ecore.EClass getNotCondition()
Not
Condition
'.
NotCondition
org.eclipse.emf.ecore.EReference getNotCondition_Condition()
Condition
'.
NotCondition.getCondition()
,
getNotCondition()
org.eclipse.emf.ecore.EClass getIsProxyCondition()
Is Proxy
Condition
'.
IsProxyCondition
org.eclipse.emf.ecore.EReference getIsProxyCondition_DomainModelReference()
Domain Model
Reference
'.
IsProxyCondition.getDomainModelReference()
,
getIsProxyCondition()
org.eclipse.emf.ecore.EEnum getCompareType()
Compare
Type
'.
CompareType
org.eclipse.emf.ecore.EEnum getQuantifier()
Quantifier
'.
Quantifier
RuleFactory getRuleFactory()
Copyright © 2019. All rights reserved.