| Package | Description |
|---|---|
| net.sf.tweety.lp.asp.analysis | |
| net.sf.tweety.lp.asp.parser | |
| net.sf.tweety.lp.asp.reasoner | |
| net.sf.tweety.lp.asp.semantics | |
| net.sf.tweety.lp.asp.syntax | |
| net.sf.tweety.lp.asp.writer |
| Modifier and Type | Method and Description |
|---|---|
Double |
SdInconsistencyMeasure.inconsistencyMeasure(Program beliefBase) |
Double |
PmInconsistencyMeasure.inconsistencyMeasure(Program beliefBase) |
| Modifier and Type | Method and Description |
|---|---|
static Program |
ASPCore2Parser.parseProgram(Reader reader) |
static Program |
ASPCore2Parser.parseProgram(String program) |
Program |
InstantiateVisitor.visit(ASTProgram node,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
AnswerSet |
DLVSolver.getModel(Program p) |
AnswerSet |
ClingoSolver.getModel(Program p) |
AnswerSet |
ASPSolver.getModel(Program p,
int maxInt)
Returns a characterizing model (answer set)
of the given belief base using the given
upper integer limit.
|
List<AnswerSet> |
DLVSolver.getModels(Program p) |
abstract Collection<AnswerSet> |
ASPSolver.getModels(Program p) |
List<AnswerSet> |
ClingoSolver.getModels(Program p) |
Collection<AnswerSet> |
ASPSolver.getModels(Program p,
int maxInt)
Returns a characterizing model (answer set)
of the given belief base using the given
upper integer limit.
|
Boolean |
DLVSolver.query(Program beliefbase,
ASPLiteral formula) |
abstract Boolean |
ASPSolver.query(Program beliefbase,
ASPLiteral formula) |
Boolean |
ClingoSolver.query(Program beliefbase,
ASPLiteral formula) |
Boolean |
DLVSolver.query(Program beliefbase,
ASPLiteral formula,
net.sf.tweety.commons.InferenceMode inferenceMode) |
Boolean |
ClingoSolver.query(Program beliefbase,
ASPLiteral formula,
net.sf.tweety.commons.InferenceMode inferenceMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnswerSet.satisfies(Program beliefBase) |
| Modifier and Type | Method and Description |
|---|---|
Program |
Program.clone() |
static Program |
Program.defaultification(Program p)
Creates the defaultification p_d of a given program p.
|
Program |
Program.exchange(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t) |
Program |
Program.reduct(Set<ASPLiteral> state)
Returns the reduct of this program wrt.
|
Program |
Program.substitute(Map<? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>,? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> map) |
Program |
Program.substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t) |
| Modifier and Type | Method and Description |
|---|---|
void |
Program.add(Program other)
Adds another program's content to the content of this program.
|
static Program |
Program.defaultification(Program p)
Creates the defaultification p_d of a given program p.
|
| Constructor and Description |
|---|
Program(Program other)
Copy-Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClingoWriter.printProgram(Program p)
Prints program
|
Copyright © 2019. All rights reserved.