public interface RecipeFactory
extends org.eclipse.emf.ecore.EFactory
RecipePackage
Modifier and Type | Field and Description |
---|---|
static RecipeFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
CaptureOutput |
createCaptureOutput()
Returns a new object of class 'Capture Output'.
|
Definition |
createDefinition()
Returns a new object of class 'Definition'.
|
Execute |
createExecute()
Returns a new object of class 'Execute'.
|
InputReference |
createInputReference()
Returns a new object of class 'Input Reference'.
|
MapInput |
createMapInput()
Returns a new object of class 'Map Input'.
|
PropertyEntry |
createPropertyEntry()
Returns a new object of class 'Property Entry'.
|
StringInputValue |
createStringInputValue()
Returns a new object of class 'String Input Value'.
|
Task |
createTask()
Returns a new object of class 'Task'.
|
RecipePackage |
getRecipePackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final RecipeFactory eINSTANCE
Definition createDefinition()
Task createTask()
Execute createExecute()
MapInput createMapInput()
StringInputValue createStringInputValue()
CaptureOutput createCaptureOutput()
InputReference createInputReference()
PropertyEntry createPropertyEntry()
RecipePackage getRecipePackage()