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.
      • 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
    • 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 type ReteNodeRecipe.
        Returns:
        the value of the 'Recipe Nodes' containment reference list.
        See Also:
        RecipesPackage.getReteRecipe_RecipeNodes()
        Generated:
        Model:
        containment="true"