Interface InputRuleElement

    • Method Detail

      • setBinding

        void setBinding​(CodeBlock value)
        Sets the value of the 'Binding' containment reference.
        Parameters:
        value - the new value of the 'Binding' containment reference.
        See Also:
        getBinding()
      • setInputFor

        void setInputFor​(Rule value)
        Sets the value of the 'Input For' container reference.
        Parameters:
        value - the new value of the 'Input For' container reference.
        See Also:
        getInputFor()
      • setMapsToSelf

        void setMapsToSelf​(boolean value)
        Sets the value of the 'Maps To Self' attribute.
        Parameters:
        value - the new value of the 'Maps To Self' attribute.
        See Also:
        isMapsToSelf()
      • createIterable

        java.lang.Iterable<org.eclipse.emf.ecore.EObject> createIterable​(ExecEnv env)
        Creates a new Iterable of possible match values for this rule element.
        Parameters:
        env - the execution environment context
        Returns:
        a new Iterable of possible match values for this rule element.