public interface Guard
Modifier and Type | Interface and Description |
---|---|
static class |
Guard.Complement |
static class |
Guard.Result |
Modifier and Type | Method and Description |
---|---|
Guard.Result |
evaluate(FSM fsm,
Input in)
Called by the state engine to determine whether a
transition is enabled, defered, or disabled.
|
Guard.Result evaluate(FSM fsm, Input in)
FSM
- fsm is the state machine causing this action.Input
- in is the input that caused the transition.Copyright © 2016 JBoss by Red Hat. All rights reserved.