Uses of Class
org.tweetyproject.lp.asp.syntax.AggregateAtom
Packages that use AggregateAtom
-
Uses of AggregateAtom in org.tweetyproject.lp.asp.parser
Methods in org.tweetyproject.lp.asp.parser that return AggregateAtom -
Uses of AggregateAtom in org.tweetyproject.lp.asp.syntax
Methods in org.tweetyproject.lp.asp.syntax that return AggregateAtomModifier and TypeMethodDescriptionAggregateAtom.clone()AggregateHead.getFormula()AggregateAtom.substitute(Term<?> t, Term<?> v) Methods in org.tweetyproject.lp.asp.syntax with parameters of type AggregateAtomModifier and TypeMethodDescriptionvoidAggregateHead.setFormula(AggregateAtom head) Sets the aggregate atom that makes up this rule head.Constructors in org.tweetyproject.lp.asp.syntax with parameters of type AggregateAtomModifierConstructorDescriptionAggregateAtom(AggregateAtom other) Copy-ConstructorAggregateHead(AggregateAtom head) Creates a new ASPAggregateHead with the given aggregate atom.