Package | Description |
---|---|
org.waarp.common.state |
Classes implementing basic Finite State Machine
|
org.waarp.common.state.example |
Classes implementing example of usage of Finite State Machine
|
Modifier and Type | Method and Description |
---|---|
EnumSet<?> |
MachineState.addNewAssociation(Transition<EnumState> elt)
Add a new association from one state to a set of acceptable following states (can replace an
existing association)
|
Modifier and Type | Field and Description |
---|---|
Transition<ExampleEnumState> |
ExampleEnumState.ExampleTransition.elt |
Copyright © 2009–2019 Waarp. All rights reserved.