Class NfaGraphFormatter


  • public class NfaGraphFormatter
    extends java.lang.Object
    • Constructor Detail

      • NfaGraphFormatter

        public NfaGraphFormatter()
    • Method Detail

      • format

        public <STATE> java.lang.String format​(Nfa<STATE> nfa)
      • createNodes

        protected <STATE> NfaGraphFormatter.Node createNodes​(Nfa<STATE> nfa,
                                                             STATE state,
                                                             java.util.Map<STATE,​java.lang.Integer> names,
                                                             Wrapper<java.lang.Integer> lastName)