| Package | Description |
|---|---|
| net.sf.tweety.lp.asp.syntax |
| Modifier and Type | Method and Description |
|---|---|
DLPHead |
DLPHead.clone() |
DLPHead |
DLPHead.createEmptyFormula() |
DLPHead |
Rule.getConclusion() |
DLPHead |
DLPHead.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.addFact(DLPHead fact) |
void |
Rule.setConclusion(DLPHead conclusion) |
| Constructor and Description |
|---|
DLPHead(DLPHead other)
Copy-Ctor: Generates a deep copy from the given head
|
Rule(DLPHead head)
Ctor: Create a rule with the given head, cause there are no
body elements the created rule is a fact.
|
Copyright © 2018. All rights reserved.