public class MleanCoPReasoner extends AbstractModalReasoner
defaultReasoner| Constructor and Description |
|---|
MleanCoPReasoner(String location)
Constructs a new instance pointing to a specific MleanCoProver.
|
MleanCoPReasoner(String location,
net.sf.tweety.commons.util.Shell bash)
Constructs a new instance pointing to a specific MleanCoProver.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getScriptLocation()
Get the mleancop.sh path.
|
Boolean |
query(ModalBeliefSet beliefbase,
net.sf.tweety.logics.fol.syntax.FolFormula formula) |
void |
setScriptLocation(String location)
Set the mleancop.sh path.
|
getDefaultReasoner, setDefaultReasonerpublic MleanCoPReasoner(String location, net.sf.tweety.commons.util.Shell bash)
location - mleancop.sh path on the hard drivebash - shell to run commandspublic MleanCoPReasoner(String location)
location - mleancop.sh path on the hard drivepublic String getScriptLocation()
public void setScriptLocation(String location)
location - of MleanCOP shell scriptpublic Boolean query(ModalBeliefSet beliefbase, net.sf.tweety.logics.fol.syntax.FolFormula formula)
query in interface net.sf.tweety.commons.QualitativeReasoner<ModalBeliefSet,net.sf.tweety.logics.fol.syntax.FolFormula>query in interface net.sf.tweety.commons.Reasoner<Boolean,ModalBeliefSet,net.sf.tweety.logics.fol.syntax.FolFormula>query in class AbstractModalReasonerCopyright © 2019. All rights reserved.