Uses of Class
org.tweetyproject.lp.asp.syntax.ASPAtom
Packages that use ASPAtom
-
Uses of ASPAtom in org.tweetyproject.logics.translators.aspfol
Methods in org.tweetyproject.logics.translators.aspfol that return ASPAtomModifier and TypeMethodDescriptionTranslates a FolAtom to its corresponding ASPAtom.Methods in org.tweetyproject.logics.translators.aspfol with parameters of type ASPAtom -
Uses of ASPAtom in org.tweetyproject.lp.asp.syntax
Methods in org.tweetyproject.lp.asp.syntax that return ASPAtomModifier 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) Methods in org.tweetyproject.lp.asp.syntax that return types with arguments of type ASPAtomModifier 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()
Constructors in org.tweetyproject.lp.asp.syntax with parameters of type ASPAtomModifierConstructorDescriptionCopy-Constructor: Generates a deep copy of the given ASP atom.StrictNegation
(ASPAtom atom) Creates a new negation with the given atom.