public class ProboReasoner extends AbstractExtensionReasoner
| Constructor and Description |
|---|
ProboReasoner(String path_to_exec,
Semantics semantics)
Constructs a new instance of ProboReasoner
|
ProboReasoner(String path_to_exec,
Semantics semantics,
net.sf.tweety.commons.util.Shell bash)
Constructs a new instance of ProboReasoner
|
| Modifier and Type | Method and Description |
|---|---|
Extension |
getModel(DungTheory bbase) |
Collection<Extension> |
getModels(DungTheory bbase) |
Boolean |
query(DungTheory beliefbase,
Argument formula,
net.sf.tweety.commons.InferenceMode inferenceMode)
Queries the given AAF for the given argument using the given
inference type.
|
getSimpleReasonerForSemantics, querypublic ProboReasoner(String path_to_exec, Semantics semantics)
path_to_exec - the path to the probo-compliant solversemantics - The semantics to be usedpublic ProboReasoner(String path_to_exec, Semantics semantics, net.sf.tweety.commons.util.Shell bash)
path_to_exec - the path to the probo-compliant solversemantics - The semantics to be usedbash - the shell which should be used to run the solverpublic Boolean query(DungTheory beliefbase, Argument formula, net.sf.tweety.commons.InferenceMode inferenceMode)
AbstractExtensionReasonerquery in class AbstractExtensionReasonerbeliefbase - an AAFformula - a single argumentpublic Collection<Extension> getModels(DungTheory bbase)
getModels in interface net.sf.tweety.commons.ModelProvider<Argument,DungTheory,Extension>getModels in class AbstractExtensionReasonerpublic Extension getModel(DungTheory bbase)
getModel in interface net.sf.tweety.commons.ModelProvider<Argument,DungTheory,Extension>getModel in class AbstractExtensionReasonerCopyright © 2019. All rights reserved.