Uses of Class
net.sf.tweety.commons.util.Shell
-
-
Uses of Shell in net.sf.tweety.arg.dung
Fields in net.sf.tweety.arg.dung declared as Shell Modifier and Type Field Description (package private) static ShellProboTest. shell -
Uses of Shell in net.sf.tweety.arg.dung.reasoner
Fields in net.sf.tweety.arg.dung.reasoner declared as Shell Modifier and Type Field Description private ShellProboReasoner. bashWhich shell to use.Constructors in net.sf.tweety.arg.dung.reasoner with parameters of type Shell Constructor Description ProboReasoner(java.lang.String path_to_exec, Semantics semantics, Shell bash)Constructs a new instance of ProboReasoner -
Uses of Shell in net.sf.tweety.commons.util
Subclasses of Shell in net.sf.tweety.commons.util Modifier and Type Class Description classCygwinShellCygwin shell.classNativeShellDefault shellFields in net.sf.tweety.commons.util declared as Shell Modifier and Type Field Description private static ShellShell. natMethods in net.sf.tweety.commons.util that return Shell Modifier and Type Method Description static ShellShell. getCygwinShell(java.lang.String binary)a wrapper around the cygwin shellstatic ShellShell. getNativeShell()a wrapper for the os' native shell -
Uses of Shell in net.sf.tweety.logics.fol.reasoner
Fields in net.sf.tweety.logics.fol.reasoner declared as Shell Modifier and Type Field Description private ShellEFOLReasoner. bashShell to run EProverprivate ShellProver9FolReasoner. bashShell to run Prover9private ShellSpassFolReasoner. bashShell to run SPASS.Constructors in net.sf.tweety.logics.fol.reasoner with parameters of type Shell Constructor Description EFOLReasoner(java.lang.String binaryLocation, Shell bash)Constructs a new instance pointing to a specific EProver.Prover9FolReasoner(java.lang.String binaryLocation, Shell bash)Constructs a new instance pointing to a specific Prover9.SpassFolReasoner(java.lang.String binaryLocation, Shell bash)Constructs a new instance pointing to a specific SPASS Prover. -
Uses of Shell in net.sf.tweety.logics.ml.reasoner
Fields in net.sf.tweety.logics.ml.reasoner declared as Shell Modifier and Type Field Description private ShellMleanCoPReasoner. bashShell to run MleanCoP.private ShellSPASSMlReasoner. bashShell to run SPASS.Constructors in net.sf.tweety.logics.ml.reasoner with parameters of type Shell Constructor Description MleanCoPReasoner(java.lang.String location, Shell bash)Constructs a new instance pointing to a specific MleanCoProver.SPASSMlReasoner(java.lang.String binaryLocation, Shell bash)Constructs a new instance pointing to a specific SPASS Prover. -
Uses of Shell in net.sf.tweety.lp.asp.reasoner
Fields in net.sf.tweety.lp.asp.reasoner declared as Shell Modifier and Type Field Description private ShellClingoSolver. bashShell to run Clingoprivate ShellDLVSolver. bashShell to run DLVConstructors in net.sf.tweety.lp.asp.reasoner with parameters of type Shell Constructor Description ClingoSolver(java.lang.String path2clingo, Shell bash)Constructs a new instance pointing to a specific Clingo solver.DLVSolver(java.lang.String pathToDLV, Shell bash)Constructs a new instance pointing to a specific DLV solver.
-