T - the language of the underlying ABA theorypublic class CompleteReasoner<T extends Formula> extends GeneralABAReasoner<T>
| Constructor and Description | 
|---|
CompleteReasoner(BeliefBase beliefBase,
                int inferenceType)
Creates a new complete reasoner for the given knowledge base. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<java.util.Collection<Assumption<T>>> | 
computeExtensions()  | 
getInferenceType, query, setInferenceTypegetKnowledgeBasepublic CompleteReasoner(BeliefBase beliefBase, int inferenceType)
beliefBase - a knowledge base.inferenceType - The inference type for this reasoner.public java.util.Collection<java.util.Collection<Assumption<T>>> computeExtensions()
computeExtensions in class GeneralABAReasoner<T extends Formula>