ujf.verimag.bip.Core.Behaviors
Interface MultiTransition

All Superinterfaces:
AbstractTransition, NamedElement
All Known Implementing Classes:
MultiTransitionImpl

public interface MultiTransition
extends AbstractTransition

A representation of the model object 'Multi Transition'.

The following features are supported:

See Also:
BehaviorsPackage.getMultiTransition()

Method Summary
  getAlternative()
          Returns the value of the 'Alternative' containment reference list.
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.AbstractTransition
getAction, getGuard, getOrigin, getTimeReset, getTimeSpecification, getTrigger, setAction, setGuard, setTimeReset, setTimeSpecification, setTrigger
 
Methods inherited from interface ujf.verimag.bip.Core.Behaviors.NamedElement
getName, getScope, setName, setScope
 

Method Detail

getAlternative

 getAlternative()
Returns the value of the 'Alternative' containment reference list. The list contents are of type TransitionAlternative.

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

Returns:
the value of the 'Alternative' containment reference list.
See Also:
BehaviorsPackage.getMultiTransition_Alternative()