Interface BooleanFormulaVisitor<R>

Type Parameters:
R - Desired return type.
All Known Implementing Classes:
BooleanFormulaTransformationVisitor, DefaultBooleanFormulaVisitor, NNFVisitor

public interface BooleanFormulaVisitor<R>