public static class DFACaptureGroupTransitionBuilder.PartialTransitionDebugInfo extends Object implements JsonConvertible
| Constructor and Description |
|---|
PartialTransitionDebugInfo(DFACaptureGroupPartialTransition node) |
PartialTransitionDebugInfo(DFACaptureGroupPartialTransition node,
int nResults) |
PartialTransitionDebugInfo(int nResults) |
| Modifier and Type | Method and Description |
|---|---|
DFACaptureGroupPartialTransition |
getNode() |
void |
mapResultToNFATransition(int resultNumber,
NFAStateTransition transition) |
JsonValue |
toJson() |
public PartialTransitionDebugInfo(DFACaptureGroupPartialTransition node)
public PartialTransitionDebugInfo(int nResults)
public PartialTransitionDebugInfo(DFACaptureGroupPartialTransition node, int nResults)
public DFACaptureGroupPartialTransition getNode()
public void mapResultToNFATransition(int resultNumber,
NFAStateTransition transition)
public JsonValue toJson()
toJson in interface JsonConvertible