Class HoaWriter


  • public final class HoaWriter
    extends Object
    • Method Detail

      • toString

        public static <S> String toString​(Automaton<S,​?> automaton)
      • write

        public static <S> void write​(Automaton<S,​?> automaton,
                                     jhoafparser.consumer.HOAConsumer consumer,
                                     boolean stateLabels)
                              throws jhoafparser.consumer.HOAConsumerException
        Throws:
        jhoafparser.consumer.HOAConsumerException
      • write

        public static <S> void write​(Automaton<S,​?> automaton,
                                     jhoafparser.consumer.HOAConsumer consumer,
                                     boolean stateLabels,
                                     @Nullable
                                     String subcommand,
                                     @Nullable
                                     List<String> subcommandArgs,
                                     @Nullable
                                     String automatonName)
                              throws jhoafparser.consumer.HOAConsumerException
        Throws:
        jhoafparser.consumer.HOAConsumerException