public class AspicReasoner extends Reasoner
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
inferencetype |
(package private) Semantics |
semantics |
| Constructor and Description |
|---|
AspicReasoner(BeliefBase beliefBase,
Semantics semantics,
int inferencetype)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Answer |
query(Formula query)
This method determines the answer of the given query
wrt.
|
getKnowledgeBaseint inferencetype
Semantics semantics
public AspicReasoner(BeliefBase beliefBase, Semantics semantics, int inferencetype)
beliefBase - an AspicArgumentationTheorysemantics - an indicator for the used semantics (c.f. net.sf.tweety.arg.dung.semantics.Semantics)inferencetype - an indicator for the used inference (c.f. net.sf.tweety.arg.dung.semantics.Semantics)