public interface RuleFactory
extends org.eclipse.emf.ecore.EFactory
RulePackage
Modifier and Type | Field and Description |
---|---|
static RuleFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
AndCondition |
createAndCondition()
Returns a new object of class 'And Condition'.
|
EnableRule |
createEnableRule()
Returns a new object of class 'Enable Rule'.
|
False |
createFalse()
Returns a new object of class 'False'.
|
IsProxyCondition |
createIsProxyCondition()
Returns a new object of class 'Is Proxy Condition'.
|
IterateCondition |
createIterateCondition()
Returns a new object of class 'Iterate Condition'.
|
LeafCondition |
createLeafCondition()
Returns a new object of class 'Leaf Condition'.
|
NotCondition |
createNotCondition()
Returns a new object of class 'Not Condition'.
|
OrCondition |
createOrCondition()
Returns a new object of class 'Or Condition'.
|
ShowRule |
createShowRule()
Returns a new object of class 'Show Rule'.
|
True |
createTrue()
Returns a new object of class 'True'.
|
RulePackage |
getRulePackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final RuleFactory eINSTANCE
LeafCondition createLeafCondition()
OrCondition createOrCondition()
AndCondition createAndCondition()
ShowRule createShowRule()
EnableRule createEnableRule()
IterateCondition createIterateCondition()
True createTrue()
False createFalse()
NotCondition createNotCondition()
IsProxyCondition createIsProxyCondition()
RulePackage getRulePackage()
Copyright © 2019. All rights reserved.