Interface Conditional

All Superinterfaces:
Commentable, EObject, Notifier
All Known Subinterfaces:
Assert, Condition, DoWhileLoop, ForLoop, NormalSwitchCase, NormalSwitchRule, WhileLoop
All Known Implementing Classes:
AssertImpl, ConditionalImpl, ConditionImpl, DoWhileLoopImpl, ForLoopImpl, NormalSwitchCaseImpl, NormalSwitchRuleImpl, WhileLoopImpl

public interface Conditional extends Commentable
A representation of the model object 'Conditional'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getCondition

      Expression getCondition()
      Returns the value of the 'Condition' containment reference.
      Returns:
      the value of the 'Condition' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • setCondition

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