Class HoaReader


  • public final class HoaReader
    extends Object
    • Method Detail

      • readStream

        public static void readStream​(Reader reader,
                                      Supplier<BddSetFactory> factorySupplier,
                                      @Nullable
                                      List<String> predefinedAtomicPropositions,
                                      Consumer<? super Automaton<Integer,​?>> consumer)
                               throws jhoafparser.parser.generated.ParseException
        Throws:
        jhoafparser.parser.generated.ParseException
      • read

        public static Automaton<Integer,​?> read​(String string,
                                                      Supplier<BddSetFactory> factorySupplier,
                                                      @Nullable
                                                      List<String> predefinedAtomicPropositions)
                                               throws jhoafparser.parser.generated.ParseException
        Throws:
        jhoafparser.parser.generated.ParseException
      • read

        public static Automaton<Integer,​?> read​(Reader reader,
                                                      Supplier<BddSetFactory> factorySupplier,
                                                      @Nullable
                                                      List<String> predefinedAtomicPropositions)
                                               throws jhoafparser.parser.generated.ParseException
        Throws:
        jhoafparser.parser.generated.ParseException