| Package | Description |
|---|---|
| net.sf.tweety.lp.asp.analysis | |
| net.sf.tweety.lp.asp.parser | |
| net.sf.tweety.lp.asp.solver | |
| net.sf.tweety.lp.asp.syntax |
| Modifier and Type | Method and Description |
|---|---|
Double |
SdInconsistencyMeasure.inconsistencyMeasure(Program beliefBase) |
Double |
PmInconsistencyMeasure.inconsistencyMeasure(Program beliefBase) |
| Modifier and Type | Method and Description |
|---|---|
static Program |
ASPParser.parseProgram(Reader reader) |
static Program |
ASPParser.parseProgram(String program) |
Program |
InstantiateVisitor.visit(ASTProgram node,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
AnswerSetList |
DLVComplex.computeModels(Program p,
int models) |
AnswerSetList |
DLV.computeModels(Program p,
int models) |
AnswerSetList |
Solver.computeModels(Program p,
int maxModels)
this method computes at most maxModels answer sets for a given program.
|
AnswerSetList |
Clingo.computeModels(Program p,
int maxModels) |
protected AnswerSetList |
DLVComplex.runDLV(Program p,
int nModels,
String otherOptions) |
protected AnswerSetList |
DLV.runDLV(Program p,
int nModels,
String otherOptions) |
| Modifier and Type | Method and Description |
|---|---|
Program |
Program.clone() |
static Program |
Program.defaultification(Program p)
Creates the defaultifictation 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(Collection<DLPLiteral> 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 programs content to the content of this program.
|
static Program |
Program.defaultification(Program p)
Creates the defaultifictation p_d of a given program p.
|
| Constructor and Description |
|---|
Program(Program other)
Copy Ctor: Used by clone method
|
Copyright © 2018. All rights reserved.