Modifier and Type | Method and Description |
---|---|
void |
InputConnector.connectInput(InputRecipe recipe,
Node freshNode)
Connects a given input enumerator node to the external input source.
|
Modifier and Type | Method and Description |
---|---|
InputRecipe |
RecipesFactory.createInputRecipe()
Returns a new object of class 'Input Recipe'.
|
Modifier and Type | Method and Description |
---|---|
static InputRecipe |
RecipesHelper.inputRecipe(java.lang.Object inputKey,
java.lang.String inputKeyID,
int arity) |
Modifier and Type | Class and Description |
---|---|
class |
InputRecipeImpl
An implementation of the model object 'Input Recipe'.
|
Modifier and Type | Method and Description |
---|---|
InputRecipe |
RecipesFactoryImpl.createInputRecipe() |
Modifier and Type | Method and Description |
---|---|
T |
RecipesSwitch.caseInputRecipe(InputRecipe object)
Returns the result of interpreting the object as an instance of 'Input Recipe'.
|