Interface ConstantRecipe

    • 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
      int getArity()
      org.eclipse.emf.common.util.EList<java.lang.Object> getConstantValues()
      Returns the value of the 'Constant Values' attribute 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

      • getConstantValues

        org.eclipse.emf.common.util.EList<java.lang.Object> getConstantValues()
        Returns the value of the 'Constant Values' attribute list. The list contents are of type Object. Stores constant values. May be empty. TODO store constants as strings instead? (for easier serialization)
        Returns:
        the value of the 'Constant Values' attribute list.
        See Also:
        RecipesPackage.getConstantRecipe_ConstantValues()
        Generated:
        Model:
        unique="false"
      • getArity

        int getArity()
        Specified by:
        getArity in interface ReteNodeRecipe
        Generated:
        Model:
        kind="operation" unique="false"