Class PropositionalIntVisitor

  • All Implemented Interfaces:
    ToIntFunction<Formula>, IntVisitor

    public abstract class PropositionalIntVisitor
    extends Object
    implements IntVisitor
    Visitor skeleton implementation that views the formula as propositional formula. For this reason all methods for modal operators are final and need to be handled uniformly.