public class NfaGraphFormatter extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
NfaGraphFormatter.Canvas |
protected static class |
NfaGraphFormatter.Node |
| Constructor and Description |
|---|
NfaGraphFormatter() |
| Modifier and Type | Method and Description |
|---|---|
protected <STATE> NfaGraphFormatter.Node |
createNodes(Nfa<STATE> nfa,
STATE state,
Map<STATE,Integer> names,
Wrapper<Integer> lastName) |
<STATE> String |
format(Nfa<STATE> nfa) |
Copyright © 2015. All Rights Reserved.