Uses of Class
org.tweetyproject.lp.asp.syntax.ASPAtom
-
Uses of ASPAtom in org.tweetyproject.logics.translators.aspfol
Modifier and TypeMethodDescriptionTranslates a FolAtom to its corresponding ASPAtom. -
Uses of ASPAtom in org.tweetyproject.lp.asp.syntax
Modifier and TypeMethodDescriptionASPAtom.clone()
ASPAtom.cloneWithAddedTerm
(Term<?> term) ASPAtom.getAtom()
abstract ASPAtom
ASPLiteral.getAtom()
Return The atom representing the literal.StrictNegation.getAtom()
ASPAtom.substitute
(Term<?> v, Term<?> t) Modifier and TypeMethodDescriptionAggregateAtom.getAtoms()
AggregateElement.getAtoms()
AggregateHead.getAtoms()
ASPAtom.getAtoms()
ASPElement.getAtoms()
ASPRule.getAtoms()
ChoiceElement.getAtoms()
ChoiceHead.getAtoms()
ClassicalHead.getAtoms()
ComparativeAtom.getAtoms()
DefaultNegation.getAtoms()
OptimizationElement.getAtoms()
OptimizationStatement.getAtoms()
StrictNegation.getAtoms()
ModifierConstructorDescriptionCopy-Constructor: Generates a deep copy of the given ASP atom.StrictNegation
(ASPAtom atom) Creates a new negation with the given atom.