Interface ReteRecipe
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ReteRecipeImpl
public interface ReteRecipe extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rete Recipe'. Container for Rete recipes.The following features are supported:
- See Also:
RecipesPackage.getReteRecipe()
- Generated:
- Model:
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ReteNodeRecipe>
getRecipeNodes()
Returns the value of the 'Recipe Nodes' containment reference list.
-
-
-
Field Detail
-
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
- Generated:
-
-
Method Detail
-
getRecipeNodes
org.eclipse.emf.common.util.EList<ReteNodeRecipe> getRecipeNodes()
Returns the value of the 'Recipe Nodes' containment reference list. The list contents are of typeReteNodeRecipe
.- Returns:
- the value of the 'Recipe Nodes' containment reference list.
- See Also:
RecipesPackage.getReteRecipe_RecipeNodes()
- Generated:
- Model:
- containment="true"
-
-