| Package | Description |
|---|---|
| net.sf.tweety.lp.asp.parser | |
| net.sf.tweety.lp.asp.syntax |
| Modifier and Type | Method and Description |
|---|---|
static Rule |
ASPParser.parseRule(Reader reader) |
static Rule |
ASPParser.parseRule(String rule) |
Rule |
InstantiateVisitor.visit(ASTRule node,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
Rule |
Rule.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 |
|---|---|
int |
Rule.compareTo(Rule arg0) |
| Constructor and Description |
|---|
Rule(Rule other)
Copy-Ctor: Makes a deep copy of the given rule
|
| Constructor and Description |
|---|
Program(Collection<Rule> base)
Add all rules from base to this program.
|
Copyright © 2018. All rights reserved.