| Package | Description |
|---|---|
| net.sf.tweety.lp.asp.syntax |
| Modifier and Type | Method and Description |
|---|---|
ASPAtom |
ASPAtom.clone() |
ASPAtom |
ASPAtom.cloneWithAddedTerm(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> term) |
abstract ASPAtom |
ASPLiteral.getAtom() |
ASPAtom |
StrictNegation.getAtom() |
ASPAtom |
ASPAtom.getAtom() |
ASPAtom |
ASPAtom.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 |
|---|---|
Set<ASPAtom> |
ComparativeAtom.getAtoms() |
Set<ASPAtom> |
ASPHead.getAtoms() |
Set<ASPAtom> |
AggregateAtom.getAtoms() |
Set<ASPAtom> |
StrictNegation.getAtoms() |
Set<ASPAtom> |
ASPRule.getAtoms() |
Set<ASPAtom> |
ASPAtom.getAtoms() |
Set<ASPAtom> |
AggregateElement.getAtoms() |
Set<ASPAtom> |
DefaultNegation.getAtoms() |
abstract Set<ASPAtom> |
ASPElement.getAtoms() |
| Constructor and Description |
|---|
ASPAtom(ASPAtom other)
Copy-Constructor: Generates a deep copy of the given ASP atom.
|
StrictNegation(ASPAtom atom)
Creates a new negation with the given atom.
|
Copyright © 2019. All rights reserved.