|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
---|---|
de.cau.cs.kieler.synccharts | |
de.cau.cs.kieler.synccharts.custom | Classes for custom behavior of the SyncCharts editor. |
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.sbase | A couple of sample KSBasE features for the synccharts editor. |
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.custom |
---|
Methods in de.cau.cs.kieler.synccharts.custom with parameters of type State | |
---|---|
void |
StateLayout.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.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()
|
Uses of State in de.cau.cs.kieler.synccharts.sbase |
---|
Methods in de.cau.cs.kieler.synccharts.sbase that return State | |
---|---|
static State |
Utils.getBufferedState()
Returns the copied state. |
Methods in de.cau.cs.kieler.synccharts.sbase with parameters of type State | |
---|---|
static void |
Utils.copyState(State s)
Stores the state reference. |
Method parameters in de.cau.cs.kieler.synccharts.sbase with type arguments of type State | |
---|---|
static void |
Utils.copyStates(EList<State> states)
Test. |
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'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |