| Package | Description |
|---|---|
| org.eclipse.incquery.runtime.rete.recipes | |
| org.eclipse.incquery.runtime.rete.recipes.impl | |
| org.eclipse.incquery.runtime.rete.recipes.util |
| Modifier and Type | Method and Description |
|---|---|
ConstantRecipe |
RecipesFactory.createConstantRecipe()
Returns a new object of class 'Constant Recipe'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantRecipeImpl
An implementation of the model object 'Constant Recipe'.
|
| Modifier and Type | Method and Description |
|---|---|
ConstantRecipe |
RecipesFactoryImpl.createConstantRecipe() |
| Modifier and Type | Method and Description |
|---|---|
T |
RecipesSwitch.caseConstantRecipe(ConstantRecipe object)
Returns the result of interpreting the object as an instance of 'Constant Recipe'.
|