| Modifier and Type | Field and Description |
|---|---|
NFA.Event |
event
The event of the transition
|
Set<TRegular.TagInfo> |
tags
The set of tags to be updated in this transition
|
| Constructor and Description |
|---|
Transition(NFA.Event event,
Set<TRegular.TagInfo> tags) |
public final NFA.Event event
public final Set<TRegular.TagInfo> tags
public Transition(NFA.Event event, Set<TRegular.TagInfo> tags)
event - tags -