public interface Transition
Modifier and Type | Method and Description |
---|---|
boolean |
isPossible(String c)
Is the transition possible with the given character?
|
State |
state()
The state to which this transition leads.
|
Copyright © 2017–2020. All rights reserved.