Interface InputRecipe

    • 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()
      java.lang.Object getInputKey()
      Returns the value of the 'Input Key' attribute.
      int getKeyArity()
      Returns the value of the 'Key Arity' attribute.
      java.lang.String getKeyID()
      Returns the value of the 'Key ID' attribute.
      void setInputKey​(java.lang.Object value)
      Sets the value of the 'Input Key' attribute.
      void setKeyArity​(int value)
      Sets the value of the 'Key Arity' attribute.
      void setKeyID​(java.lang.String value)
      Sets the value of the 'Key ID' attribute.
      • 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

      • setInputKey

        void setInputKey​(java.lang.Object value)
        Sets the value of the 'Input Key' attribute.
        Parameters:
        value - the new value of the 'Input Key' attribute.
        See Also:
        getInputKey()
        Generated:
      • getKeyID

        java.lang.String getKeyID()
        Returns the value of the 'Key ID' attribute. Temporary construct for identifying types over the wire. TODO improve type references
        Returns:
        the value of the 'Key ID' attribute.
        See Also:
        setKeyID(String), RecipesPackage.getInputRecipe_KeyID()
        Generated:
        Model:
        unique="false"
      • setKeyID

        void setKeyID​(java.lang.String value)
        Sets the value of the 'Key ID' attribute.
        Parameters:
        value - the new value of the 'Key ID' attribute.
        See Also:
        getKeyID()
        Generated:
      • setKeyArity

        void setKeyArity​(int value)
        Sets the value of the 'Key Arity' attribute.
        Parameters:
        value - the new value of the 'Key Arity' attribute.
        See Also:
        getKeyArity()
        Generated:
      • getArity

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