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'.
|
LeafCondition |
createLeafCondition()
Returns a new object of class 'Leaf Condition'.
|
OrCondition |
createOrCondition()
Returns a new object of class 'Or Condition'.
|
ShowRule |
createShowRule()
Returns a new object of class 'Show Rule'.
|
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()
RulePackage getRulePackage()
Copyright © 2017. All rights reserved.