Uses of Class
org.tweetyproject.lp.asp.syntax.ASPHead
Packages that use ASPHead
-
Uses of ASPHead in org.tweetyproject.lp.asp.parser
Methods in org.tweetyproject.lp.asp.parser that return ASPHead -
Uses of ASPHead in org.tweetyproject.lp.asp.syntax
Subclasses of ASPHead in org.tweetyproject.lp.asp.syntaxModifier and TypeClassDescriptionclassThis class is a variant of the basic ASP rule head.classThis class is a variant of the basic ASP rule head.classThis formula represents the head of an disjunctive rule which is a disjunction of literals.Methods in org.tweetyproject.lp.asp.syntax that return ASPHeadMethods in org.tweetyproject.lp.asp.syntax with parameters of type ASPHeadModifier and TypeMethodDescriptionvoidASPRule.setConclusion(ASPHead conclusion) voidSet the head of this rule.Constructors in org.tweetyproject.lp.asp.syntax with parameters of type ASPHeadModifierConstructorDescriptionCreates a fact with the given ASPHead.ASPRule(ASPHead head, List<ASPBodyElement> body) Creates a rule with the given head and body.ASPRule(ASPHead head, ASPBodyElement b) Creates a rule with the given head and a single-element body.