public interface Transition<D>
| Modifier and Type | Method and Description |
|---|---|
static String |
asLabel(Transition<?> route) |
StateID<D> |
destination() |
State<D> |
result(StateLookup lookup) |
Set<StateID<?>> |
sources() |
State<D> result(StateLookup lookup)
static String asLabel(Transition<?> route)
Copyright © 2023. All rights reserved.