ujf.verimag.bip.Core.ActionLanguage.Actions
Interface IfAction

All Superinterfaces:
Action
All Known Implementing Classes:
IfActionImpl

public interface IfAction
extends Action

A representation of the model object 'If Action'.

The following features are supported:

See Also:
ActionsPackage.getIfAction()

Method Summary
 Expression getCondition()
          Returns the value of the 'Condition' containment reference.
 Action getElseCase()
          Returns the value of the 'Else Case' containment reference.
 Action getIfCase()
          Returns the value of the 'If Case' containment reference.
 void setCondition(Expression value)
          Sets the value of the 'Condition' containment reference.
 void setElseCase(Action value)
          Sets the value of the 'Else Case' containment reference.
 void setIfCase(Action value)
          Sets the value of the 'If Case' containment reference.
 

Method Detail

getIfCase

Action getIfCase()
Returns the value of the 'If Case' containment reference.

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

Returns:
the value of the 'If Case' containment reference.
See Also:
setIfCase(Action), ActionsPackage.getIfAction_IfCase()

setIfCase

void setIfCase(Action value)
Sets the value of the 'If Case' containment reference.

Parameters:
value - the new value of the 'If Case' containment reference.
See Also:
getIfCase()

getElseCase

Action getElseCase()
Returns the value of the 'Else Case' containment reference.

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

Returns:
the value of the 'Else Case' containment reference.
See Also:
setElseCase(Action), ActionsPackage.getIfAction_ElseCase()

setElseCase

void setElseCase(Action value)
Sets the value of the 'Else Case' containment reference.

Parameters:
value - the new value of the 'Else Case' containment reference.
See Also:
getElseCase()

getCondition

Expression 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(Expression), ActionsPackage.getIfAction_Condition()

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:
getCondition()