public class AspicReasoner extends Reasoner
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
inferencetype |
(package private) int |
semantics |
| Constructor and Description |
|---|
AspicReasoner(BeliefBase beliefBase,
int 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.
|
getKnowledgeBasepublic AspicReasoner(BeliefBase beliefBase, int 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)