Interface Rule

    • Method Detail

      • getData

        Data getData()
        Returns the value of the 'Data' containment reference.
        Returns:
        the value of the 'Data' containment reference.
        See Also:
        setData(Data), DSLPackage.getRule_Data()
        Generated class or method.
        EMF model class or method.
        containment="true"
      • setData

        void setData​(Data value)
        Sets the value of the 'Data' containment reference.
        Parameters:
        value - the new value of the 'Data' containment reference.
        See Also:
        getData()
        Generated class or method.
      • setStatement

        void setStatement​(Statement value)
        Sets the value of the 'Statement' containment reference.
        Parameters:
        value - the new value of the 'Statement' containment reference.
        See Also:
        getStatement()
        Generated class or method.
      • setDestination

        void setDestination​(Destination value)
        Sets the value of the 'Destination' containment reference.
        Parameters:
        value - the new value of the 'Destination' containment reference.
        See Also:
        getDestination()
        Generated class or method.
      • getFrom

        Source getFrom()
        Returns the value of the 'From' containment reference.
        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(Source), DSLPackage.getRule_From()
        Generated class or method.
        EMF model class or method.
        containment="true"
      • setFrom

        void setFrom​(Source value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
        Generated class or method.
      • setCondition

        void setCondition​(Condition value)
        Sets the value of the 'Condition' containment reference.
        Parameters:
        value - the new value of the 'Condition' containment reference.
        See Also:
        getCondition()
        Generated class or method.