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

Packages that use Action
de.cau.cs.kieler.kies.transformation.util Contains code responsible for executing a esterel to synccharts transformation. 
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.ksbase A couple of sample KSBasE features for the synccharts editor. 
de.cau.cs.kieler.synccharts.text.actions.bridge Contains glue code classes that bridge between the Xtext label parser and the SyncCharts metamodel resp its editor. 
de.cau.cs.kieler.synccharts.util   
 

Uses of Action in de.cau.cs.kieler.kies.transformation.util
 

Methods in de.cau.cs.kieler.kies.transformation.util with parameters of type Action
static boolean TransformationUtil.compareTrigger(Action t1, Action t2)
          Compares the triggers of two transitions.
 

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

Subinterfaces of Action in de.cau.cs.kieler.synccharts
 interface Transition
          A representation of the model object 'Transition'.
 

Methods in de.cau.cs.kieler.synccharts that return Action
 Action SyncchartsFactory.createAction()
          Returns a new object of class 'Action'.
 Action Scope.getSuspensionTrigger()
          Returns the value of the 'Suspension Trigger' containment reference.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type Action
 EList<Action> Scope.getEntryActions()
          Returns the value of the 'Entry Actions' containment reference list.
 EList<Action> Scope.getExitActions()
          Returns the value of the 'Exit Actions' containment reference list.
 EList<Action> Scope.getInnerActions()
          Returns the value of the 'Inner Actions' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type Action
 void Scope.setSuspensionTrigger(Action value)
          Sets the value of the 'Suspension Trigger' containment reference.
 

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

Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands with parameters of type Action
protected  void StateEntryActionCreateCommand.doConfigure(Action newElement, IProgressMonitor monitor, IAdaptable info)
           
protected  void StateExitActionCreateCommand.doConfigure(Action newElement, IProgressMonitor monitor, IAdaptable info)
           
protected  void StateInnerActionCreateCommand.doConfigure(Action newElement, IProgressMonitor monitor, IAdaptable info)
           
protected  void StateSuspensionTriggerCreateCommand.doConfigure(Action newElement, IProgressMonitor monitor, IAdaptable info)
           
 

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

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

Fields in de.cau.cs.kieler.synccharts.impl declared as Action
protected  Action ScopeImpl.suspensionTrigger
          The cached value of the 'Suspension Trigger' containment reference.
 

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type Action
protected  EList<Action> ScopeImpl.entryActions
          The cached value of the 'Entry Actions' containment reference list.
protected  EList<Action> ScopeImpl.exitActions
          The cached value of the 'Exit Actions' containment reference list.
protected  EList<Action> ScopeImpl.innerActions
          The cached value of the 'Inner Actions' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return Action
 Action SyncchartsFactoryImpl.createAction()
           
 Action ScopeImpl.getSuspensionTrigger()
           
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type Action
 EList<Action> ScopeImpl.getEntryActions()
           
 EList<Action> ScopeImpl.getExitActions()
           
 EList<Action> ScopeImpl.getInnerActions()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Action
 NotificationChain ScopeImpl.basicSetSuspensionTrigger(Action newSuspensionTrigger, NotificationChain msgs)
           
 void ScopeImpl.setSuspensionTrigger(Action newSuspensionTrigger)
           
 

Uses of Action in de.cau.cs.kieler.synccharts.ksbase
 

Methods in de.cau.cs.kieler.synccharts.ksbase with parameters of type Action
static void SyncchartsKsbasePlugin.setLabel(Action trans, String label)
           
 

Uses of Action in de.cau.cs.kieler.synccharts.text.actions.bridge
 

Methods in de.cau.cs.kieler.synccharts.text.actions.bridge with parameters of type Action
static void ActionLabelParseCommand.copyActionContents(Action source, Action target)
          Move all contents from one Action object to another.
 Command ActionLabelProcessorWrapper.getProcessActionCommand(Action action, boolean parse)
           
static String ActionLabelSerializer.toString(Action action)
          Serialize an Action object.
 

Constructors in de.cau.cs.kieler.synccharts.text.actions.bridge with parameters of type Action
ActionLabelSerializeCommand(Action theAction)
           
 

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

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