ujf.verimag.bip.Core.Behaviors
Interface Transition

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

public interface Transition
extends AbstractTransition

A representation of the model object 'Transition'.

The following features are supported:

See Also:
BehaviorsPackage.getTransition()

Method Summary
  getDestination()
          Returns the value of the 'Destination' 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

getDestination

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

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

Returns:
the value of the 'Destination' reference list.
See Also:
BehaviorsPackage.getTransition_Destination(), State.getIncoming()