Package | Description |
---|---|
com.sun.corba.se.impl.orbutil.fsm | |
com.sun.corba.se.spi.orbutil.fsm |
Modifier and Type | Method and Description |
---|---|
Action |
GuardedAction.getAction() |
Modifier and Type | Method and Description |
---|---|
StateEngine |
StateEngineImpl.add(State oldState,
Input input,
Action action,
State newState) |
StateEngine |
StateEngineImpl.add(State oldState,
Input input,
Guard guard,
Action action,
State newState) |
StateEngine |
StateEngineImpl.setDefault(State oldState,
Action action,
State newState) |
void |
StateEngineImpl.setDefaultAction(Action act) |
Constructor and Description |
---|
GuardedAction(Action action,
State nextState) |
GuardedAction(Guard guard,
Action action,
State nextState) |
Modifier and Type | Class and Description |
---|---|
class |
ActionBase |
Modifier and Type | Method and Description |
---|---|
Action |
StateImpl.getDefaultAction() |
Modifier and Type | Method and Description |
---|---|
StateEngine |
StateEngine.add(State oldState,
Input input,
Action action,
State newState)
Add a transition with a guard that always evaluates to true.
|
StateEngine |
StateEngine.add(State oldState,
Input input,
Guard guard,
Action action,
State newState)
Add a new transition (old,in,guard,act,new) to the state engine.
|
StateEngine |
StateEngine.setDefault(State oldState,
Action action,
State newState)
Set the default transition and action for a state.
|
void |
StateEngine.setDefaultAction(Action act)
Set the default action used in this state engine.
|
void |
StateImpl.setDefaultAction(Action defaultAction) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.