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

Packages that use State
de.cau.cs.kieler.synccharts   
de.cau.cs.kieler.synccharts.codegen.esterel   
de.cau.cs.kieler.synccharts.custom Classes for custom behavior of the SyncCharts editor. 
de.cau.cs.kieler.synccharts.diagram.custom.commands   
de.cau.cs.kieler.synccharts.diagram.edit.commands   
de.cau.cs.kieler.synccharts.diagram.edit.policies   
de.cau.cs.kieler.synccharts.impl   
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw   
de.cau.cs.kieler.synccharts.util   
 

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

Methods in de.cau.cs.kieler.synccharts that return State
 State SyncchartsFactory.createState()
          Returns a new object of class 'State'.
 State Region.getParentState()
          Returns the value of the 'Parent State' container reference.
 State Renaming.getParentState()
          Returns the value of the 'Parent State' container reference.
 State Signal.getParentState()
          Returns the value of the 'Parent State' container reference.
 State Action.getParentStateEntryAction()
          Returns the value of the 'Parent State Entry Action' container reference.
 State Action.getParentStateExitAction()
          Returns the value of the 'Parent State Exit Action' container reference.
 State Action.getParentStateInnerAction()
          Returns the value of the 'Parent State Inner Action' container reference.
 State Action.getParentStateSuspension()
          Returns the value of the 'Parent State Suspension' container reference.
 State Transition.getSourceState()
          Returns the value of the 'Source State' container reference.
 State Transition.getTargetState()
          Returns the value of the 'Target State' reference.
 

Methods in de.cau.cs.kieler.synccharts that return types with arguments of type State
 EList<State> Region.getInnerStates()
          Returns the value of the 'Inner States' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts with parameters of type State
 void Region.setParentState(State value)
          Sets the value of the 'Parent State' container reference.
 void Renaming.setParentState(State value)
          Sets the value of the 'Parent State' container reference.
 void Signal.setParentState(State value)
          Sets the value of the 'Parent State' container reference.
 void Action.setParentStateEntryAction(State value)
          Sets the value of the 'Parent State Entry Action' container reference.
 void Action.setParentStateExitAction(State value)
          Sets the value of the 'Parent State Exit Action' container reference.
 void Action.setParentStateInnerAction(State value)
          Sets the value of the 'Parent State Inner Action' container reference.
 void Action.setParentStateSuspension(State value)
          Sets the value of the 'Parent State Suspension' container reference.
 void Transition.setSourceState(State value)
          Sets the value of the 'Source State' container reference.
 void Transition.setTargetState(State value)
          Sets the value of the 'Target State' reference.
 

Uses of State in de.cau.cs.kieler.synccharts.codegen.esterel
 

Methods in de.cau.cs.kieler.synccharts.codegen.esterel that return types with arguments of type State
static List<State> Helper.sortStates(List<State> states)
          Sort the states inside a region according to their immediate transitions.
 

Method parameters in de.cau.cs.kieler.synccharts.codegen.esterel with type arguments of type State
static List<State> Helper.sortStates(List<State> states)
          Sort the states inside a region according to their immediate transitions.
 

Uses of State in de.cau.cs.kieler.synccharts.custom
 

Methods in de.cau.cs.kieler.synccharts.custom with parameters of type State
 void OldStateLayout.checkNewSize(IFigure stateFigure, State state, Rectangle newBounds)
          Checks the new size of the state figure.
 

Uses of State in de.cau.cs.kieler.synccharts.diagram.custom.commands
 

Methods in de.cau.cs.kieler.synccharts.diagram.custom.commands that return State
static State Utils.getStateFromClipboard()
          Get a state from the clipboard.
 

Methods in de.cau.cs.kieler.synccharts.diagram.custom.commands that return types with arguments of type State
static List<State> Utils.getStatesFromClipboard()
          Get a list of states from the clipboard.
 

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

Methods in de.cau.cs.kieler.synccharts.diagram.edit.commands that return State
 State TransitionCreateCommand.getContainer()
           
protected  State TransitionReorientCommand.getNewSource()
           
protected  State TransitionReorientCommand.getNewTarget()
           
protected  State TransitionReorientCommand.getOldSource()
           
protected  State TransitionReorientCommand.getOldTarget()
           
protected  State TransitionCreateCommand.getSource()
           
protected  State TransitionCreateCommand.getTarget()
           
 

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

Uses of State in de.cau.cs.kieler.synccharts.diagram.edit.policies
 

Methods in de.cau.cs.kieler.synccharts.diagram.edit.policies with parameters of type State
static boolean SyncchartsBaseItemSemanticEditPolicy.LinkConstraints.canCreateTransition_4001(State container, State source, State target)
           
static boolean SyncchartsBaseItemSemanticEditPolicy.LinkConstraints.canExistTransition_4001(State container, State source, State target)
           
 

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

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

Fields in de.cau.cs.kieler.synccharts.impl declared as State
protected  State TransitionImpl.targetState
          The cached value of the 'Target State' reference.
 

Fields in de.cau.cs.kieler.synccharts.impl with type parameters of type State
protected  EList<State> RegionImpl.innerStates
          The cached value of the 'Inner States' containment reference list.
 

Methods in de.cau.cs.kieler.synccharts.impl that return State
 State TransitionImpl.basicGetTargetState()
           
 State SyncchartsFactoryImpl.createState()
           
 State RegionImpl.getParentState()
           
 State RenamingImpl.getParentState()
           
 State SignalImpl.getParentState()
           
 State ActionImpl.getParentStateEntryAction()
           
 State ActionImpl.getParentStateExitAction()
           
 State ActionImpl.getParentStateInnerAction()
           
 State ActionImpl.getParentStateSuspension()
           
 State TransitionImpl.getSourceState()
           
 State TransitionImpl.getTargetState()
           
 

Methods in de.cau.cs.kieler.synccharts.impl that return types with arguments of type State
 EList<State> RegionImpl.getInnerStates()
           
 

Methods in de.cau.cs.kieler.synccharts.impl with parameters of type State
 NotificationChain RegionImpl.basicSetParentState(State newParentState, NotificationChain msgs)
           
 NotificationChain RenamingImpl.basicSetParentState(State newParentState, NotificationChain msgs)
           
 NotificationChain SignalImpl.basicSetParentState(State newParentState, NotificationChain msgs)
           
 NotificationChain ActionImpl.basicSetParentStateEntryAction(State newParentStateEntryAction, NotificationChain msgs)
           
 NotificationChain ActionImpl.basicSetParentStateExitAction(State newParentStateExitAction, NotificationChain msgs)
           
 NotificationChain ActionImpl.basicSetParentStateInnerAction(State newParentStateInnerAction, NotificationChain msgs)
           
 NotificationChain ActionImpl.basicSetParentStateSuspension(State newParentStateSuspension, NotificationChain msgs)
           
 NotificationChain TransitionImpl.basicSetSourceState(State newSourceState, NotificationChain msgs)
           
 void RegionImpl.setParentState(State newParentState)
           
 void RenamingImpl.setParentState(State newParentState)
           
 void SignalImpl.setParentState(State newParentState)
           
 void ActionImpl.setParentStateEntryAction(State newParentStateEntryAction)
           
 void ActionImpl.setParentStateExitAction(State newParentStateExitAction)
           
 void ActionImpl.setParentStateInnerAction(State newParentStateInnerAction)
           
 void ActionImpl.setParentStateSuspension(State newParentStateSuspension)
           
 void TransitionImpl.setSourceState(State newSourceState)
           
 void TransitionImpl.setTargetState(State newTargetState)
           
 

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

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with parameters of type State
static String XtendJava.getStateId(State myState)
          Returns a hash value of a Transition.
static String XtendJava.getURIFragment(State myState)
          Gets the URIFragment of a Node.
 

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

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