public final class RtTransition extends Object implements Transition
| Constructor and Description |
|---|
RtTransition(String rule,
State next)
Ctor.
|
| 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.
|
public State state()
Transitionstate in interface Transitionpublic boolean isPossible(String c)
TransitionisPossible in interface Transitionc - String.Copyright © 2017–2020. All rights reserved.