public class GuardedAction extends Object
| Constructor and Description |
|---|
GuardedAction(Action action,
State nextState) |
GuardedAction(Guard guard,
Action action,
State nextState) |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction() |
Guard |
getGuard() |
State |
getNextState() |
String |
toString() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.