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 TypeClassDescriptionclass
This class is a variant of the basic ASP rule head.class
This class is a variant of the basic ASP rule head.class
This 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 TypeMethodDescriptionvoid
ASPRule.setConclusion
(ASPHead conclusion) void
Set 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.