Class ProverManager

  • All Implemented Interfaces:
    IProverManager

    public final class ProverManager
    extends Object
    implements IProverManager
    The ProverFactory is a utility class producing Provers for various Prolog APIs, most notably for tuProlog, jTrolog and JLog.

    ProverFactory is essentially a wrapper around an IProverFactory instance bound with ProverFactory at compile time.

    Please note that all methods in ProverFactory are static.