Interface Rule

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Condition getCondition()
      Returns the value of the 'Condition' containment reference.
      void setCondition​(Condition value)
      Sets the value of the 'Condition' containment reference.
      • 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

      • getCondition

        Condition getCondition()
        Returns the value of the 'Condition' containment reference.

        If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Condition' containment reference.
        See Also:
        setCondition(Condition), RulePackage.getRule_Condition()
      • 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()