Class LTSminMonitorAlternating<I,​O>

    • 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.

        Overrides:
        verifyFormula in class AbstractLTSminMonitorMealy<I,​O>
        Parameters:
        formula - the formula to verify