Interface LTSmin<I,​A,​R>

    • Method Detail

      • automaton2ETF

        void automaton2ETF​(A automaton,
                           Collection<? extends I> inputs,
                           File etf)
                    throws IOException
        Writes the given automaton to the given etf file.
        Parameters:
        automaton - the automaton to write.
        inputs - the alphabet.
        etf - the file to write to.
        Throws:
        IOException - when the given automaton can not be written to etf.
        ModelCheckingException - when the given automaton cannot be transformed into a valid LTS.
      • isKeepFiles

        boolean isKeepFiles()
        Returns whether intermediate files should be kept, e.g. etfs, gcfs, etc.
        Returns:
        the boolean
      • getString2Input

        Function<String,​I> getString2Input()
        Returns the function that transforms edges in FSM files to actual input.
        Returns:
        the Function.