Uses of Interface
de.cau.cs.kieler.synccharts.Transition

Packages that use Transition
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.contentadapter   
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.diagram.providers   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw   
de.cau.cs.kieler.synccharts.util   
 

Uses of Transition in de.cau.cs.kieler.synccharts
 

Methods in de.cau.cs.kieler.synccharts that return Transition
 Transition SyncchartsFactory.createTransition()
          Returns a new object of class 'Transition'.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Transition
 EList<Transition> State.getOutgoingTransitions()
          Returns the value of the 'Outgoing Transitions' containment reference list.
 

Uses of Transition in de.cau.cs.kieler.synccharts.contentadapter
 

Methods in de.cau.cs.kieler.synccharts.contentadapter with parameters of type Transition
 int TransitionPrioComparator.compare(Transition t1, Transition t2)
          
static int SyncchartsContentUtil.getUniquePrio(Transition transition)
          Get a new unique priority to a given Transition.
 

Uses of Transition in de.cau.cs.kieler.synccharts.diagram.edit.commands
 

Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands that return Transition
protected  Transition TransitionReorientCommand.getLink()
           
 

Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands with parameters of type Transition
protected  void TransitionCreateCommand.doConfigure(Transition newElement, IProgressMonitor monitor, IAdaptable info)
           
 

Uses of Transition in de.cau.cs.kieler.synccharts.diagram.providers
 

Methods in de.cau.cs.kieler.synccharts.diagram.providers with parameters of type Transition
static void ElementInitializers.init_Transition_4001(Transition instance)
           
 

Uses of Transition in de.cau.cs.kieler.synccharts.impl
 

Classes in de.cau.cs.kieler.synccharts.impl that implement Transition
 class TransitionImpl
          An implementation of the model object 'Transition'.
 

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Transition
protected  EList<Transition> StateImpl.outgoingTransitions
          The cached value of the 'Outgoing Transitions' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return Transition
 Transition SyncchartsFactoryImpl.createTransition()
           
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Transition
 EList<Transition> StateImpl.getOutgoingTransitions()
           
 

Uses of Transition in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with parameters of type Transition
static String XtendJava.getURIFragment(Transition myTransition)
          Gets the URIFragment of a Transition.
 

Uses of Transition in de.cau.cs.kieler.synccharts.util
 

Methods in de.cau.cs.kieler.synccharts.util with parameters of type Transition
 T SyncchartsSwitch.caseTransition(Transition object)
          Returns the result of interpreting the object as an instance of 'Transition'.