public class Transition extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
Label |
label
What label must be consumed to transition to target
|
State |
target
The target of this transition
|
Constructor and Description |
---|
Transition(int label,
State target) |
Transition(Label label,
State target) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isAction() |
boolean |
isEpsilon() |
boolean |
isSemanticPredicate() |
String |
toString() |
public Label label
public State target
public Transition(int label, State target)
public boolean isEpsilon()
public boolean isAction()
public boolean isSemanticPredicate()
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2020. All rights reserved.