public class StratifiedLabelingReasoner
extends net.sf.tweety.commons.Reasoner
| Constructor and Description |
|---|
StratifiedLabelingReasoner(net.sf.tweety.commons.BeliefBase beliefBase)
Creates a new reasoner for the given knowledge base using sceptical inference and grounded semantics.
|
StratifiedLabelingReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
Semantics semantics,
int inferenceType)
Creates a new reasoner for the given Dung theory, semantics, and inference type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInferenceType()
Returns the inference type of this reasoner.
|
Set<StratifiedLabeling> |
getLabelings()
Returns the labelings this reasoner bases upon.
|
net.sf.tweety.commons.Answer |
query(net.sf.tweety.commons.Formula query) |
public StratifiedLabelingReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
Semantics semantics,
int inferenceType)
beliefBase - a Dung theorysemantics - a semanticsinferenceType - and inference typepublic StratifiedLabelingReasoner(net.sf.tweety.commons.BeliefBase beliefBase)
beliefBase - The knowledge base for this reasoner.public net.sf.tweety.commons.Answer query(net.sf.tweety.commons.Formula query)
query in class net.sf.tweety.commons.Reasonerpublic Set<StratifiedLabeling> getLabelings()
public int getInferenceType()
Copyright © 2018. All rights reserved.