Class PropositionalVisitor<T>

  • All Implemented Interfaces:
    Function<Formula,​T>, Visitor<T>

    public abstract class PropositionalVisitor<T>
    extends Object
    implements Visitor<T>
    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.