ujf.verimag.bip.Core.Behaviors
Interface TransitionAlternative

All Known Implementing Classes:
TransitionAlternativeImpl

public interface TransitionAlternative

A representation of the model object 'Transition Alternative'.

The following features are supported:

See Also:
BehaviorsPackage.getTransitionAlternative()

Method Summary
 Expression getCondition()
          Returns the value of the 'Condition' containment reference.
  getState()
          Returns the value of the 'State' reference list.
 void setCondition(Expression value)
          Sets the value of the 'Condition' containment reference.
 

Method Detail

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), BehaviorsPackage.getTransitionAlternative_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()

getState

 getState()
Returns the value of the 'State' reference list. The list contents are of type State. It is bidirectional and its opposite is 'Alternative Incoming'.

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

Returns:
the value of the 'State' reference list.
See Also:
BehaviorsPackage.getTransitionAlternative_State(), State.getAlternativeIncoming()