| Package | Description |
|---|---|
| ch.awae.utils.statemachine |
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
StateMachineBuilder.build()
Constructs a
StateMachine represented by this builder and all its
MachineCoreBuilders |
| Constructor and Description |
|---|
CommandProcessor(StateMachine machine,
java.util.function.Consumer<java.lang.String> handler)
creates a new command processor from a
StateMachine. |
EventGenerator(StateMachine machine,
java.lang.String event,
long delay)
creates a new event generator for a given event
|
EventGenerator(StateMachine machine,
java.util.function.Supplier<java.lang.String> supplier,
long delay)
creates a new event generator based off a
Supplier function. |
Copyright © 2018. All Rights Reserved.