Class LTSminMonitorDFA<I>

    • Constructor Detail

      • LTSminMonitorDFA

        public LTSminMonitorDFA​(boolean keepFiles,
                                Function<String,​I> string2Input)
    • Method Detail

      • verifyFormula

        protected void verifyFormula​(String formula)
        Description copied from class: AbstractLTSmin
        This method must verify that the given formula adheres to the expected syntax of the chosen serialization format for hypotheses of this model-checker.

        If the formula does not adhere to the expected syntax, this method should throw a IllegalArgumentException, possibly containing nested causes that further elaborate on why the formula couldn't be verified.

        Specified by:
        verifyFormula in class AbstractLTSmin<I,​DFA<?,​I>,​DFA<?,​I>>
        Parameters:
        formula - the formula to verify