| Package | Description |
|---|---|
| com.sun.corba.se.impl.orbutil.fsm | |
| com.sun.corba.se.spi.orbutil.fsm |
| Modifier and Type | Method and Description |
|---|---|
Guard |
GuardedAction.getGuard() |
| Modifier and Type | Method and Description |
|---|---|
StateEngine |
StateEngineImpl.add(State oldState,
Input input,
Guard guard,
Action action,
State newState) |
| Constructor and Description |
|---|
GuardedAction(Guard guard,
Action action,
State nextState) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Guard.Complement |
class |
GuardBase |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.