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

Packages that use Action
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.labelparser.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.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 Expression.getParentAction()
          Returns the value of the 'Parent Action' container reference.
 Action Effect.getParentEAction()
          Returns the value of the 'Parent EAction' container reference.
 Action State.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> State.getEntryActions()
          Returns the value of the 'Entry Actions' containment reference list.
 EList<Action> State.getExitActions()
          Returns the value of the 'Exit Actions' containment reference list.
 EList<Action> State.getInnerActions()
          Returns the value of the 'Inner Actions' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type Action
 void Expression.setParentAction(Action value)
          Sets the value of the 'Parent Action' container reference.
 void Effect.setParentEAction(Action value)
          Sets the value of the 'Parent EAction' container reference.
 void State.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 Action2CreateCommand.doConfigure(Action newElement, IProgressMonitor monitor, IAdaptable info)
           
protected  void Action3CreateCommand.doConfigure(Action newElement, IProgressMonitor monitor, IAdaptable info)
           
protected  void Action4CreateCommand.doConfigure(Action newElement, IProgressMonitor monitor, IAdaptable info)
           
protected  void ActionCreateCommand.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 StateImpl.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> StateImpl.entryActions
          The cached value of the 'Entry Actions' containment reference list.
protected  EList<Action> StateImpl.exitActions
          The cached value of the 'Exit Actions' containment reference list.
protected  EList<Action> StateImpl.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 ExpressionImpl.getParentAction()
           
 Action HostCodeImpl.getParentAction()
           
 Action EffectImpl.getParentEAction()
           
 Action StateImpl.getSuspensionTrigger()
           
 

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

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type Action
 NotificationChain ExpressionImpl.basicSetParentAction(Action newParentAction, NotificationChain msgs)
           
 NotificationChain HostCodeImpl.basicSetParentAction(Action newParentAction, NotificationChain msgs)
           
 NotificationChain EffectImpl.basicSetParentEAction(Action newParentEAction, NotificationChain msgs)
           
 NotificationChain StateImpl.basicSetSuspensionTrigger(Action newSuspensionTrigger, NotificationChain msgs)
           
 void ExpressionImpl.setParentAction(Action newParentAction)
           
 void HostCodeImpl.setParentAction(Action newParentAction)
           
 void EffectImpl.setParentEAction(Action newParentEAction)
           
 void StateImpl.setSuspensionTrigger(Action newSuspensionTrigger)
           
 

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

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

Constructors in de.cau.cs.kieler.synccharts.labelparser.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'.