T - the language of the underlying ABA theorypublic class IdealReasoner<T extends Formula> extends GeneralABAReasoner<T>
| Constructor and Description |
|---|
IdealReasoner(BeliefBase beliefBase,
int inferenceType)
Creates a new ideal reasoner for the given knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.util.Collection<Assumption<T>>> |
computeExtensions() |
getInferenceType, query, setInferenceTypegetKnowledgeBasepublic IdealReasoner(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>