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:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<ReteNodeRecipe> Returns the value of the 'Recipe Nodes' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
- See Also:
-
-
Method Details
-
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:
-