Interface Ifte

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Instruction, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
IfteImpl

public interface Ifte extends Instruction
A representation of the model object 'Ifte'.
See Also:
  • Method Details

    • getThenCbIndex

      int getThenCbIndex()
      Returns the value of the 'Then Cb Index' attribute. The default value is "-1".

      If the meaning of the 'Then Cb Index' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Then Cb Index' attribute.
      See Also:
    • setThenCbIndex

      void setThenCbIndex(int value)
      Sets the value of the 'Then Cb Index' attribute.
      Parameters:
      value - the new value of the 'Then Cb Index' attribute.
      See Also:
    • getElseCbIndex

      int getElseCbIndex()
      Returns the value of the 'Else Cb Index' attribute. The default value is "-1".

      If the meaning of the 'Else Cb Index' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Else Cb Index' attribute.
      See Also:
    • setElseCbIndex

      void setElseCbIndex(int value)
      Sets the value of the 'Else Cb Index' attribute.
      Parameters:
      value - the new value of the 'Else Cb Index' attribute.
      See Also:
    • getThenCb

      CodeBlock getThenCb()
      Returns the value of the 'Then Cb' reference.

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

      Returns:
      the value of the 'Then Cb' reference.
      See Also:
    • setThenCb

      void setThenCb(CodeBlock value)
      Sets the value of the 'Then Cb' reference.
      Parameters:
      value - the new value of the 'Then Cb' reference.
      See Also:
    • getElseCb

      CodeBlock getElseCb()
      Returns the value of the 'Else Cb' reference.

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

      Returns:
      the value of the 'Else Cb' reference.
      See Also:
    • setElseCb

      void setElseCb(CodeBlock value)
      Sets the value of the 'Else Cb' reference.
      Parameters:
      value - the new value of the 'Else Cb' reference.
      See Also: