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()
Transition
state
in interface Transition
public boolean isPossible(String c)
Transition
isPossible
in interface Transition
c
- String.Copyright © 2017–2020. All rights reserved.