Uses of Class
org.tweetyproject.lp.asp.syntax.ASPHead
-
Uses of ASPHead in org.tweetyproject.lp.asp.parser
-
Uses of ASPHead in org.tweetyproject.lp.asp.syntax
Modifier 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.Modifier and TypeMethodDescriptionASPRule.getConclusion()
ASPRule.getHead()
Return head of this ruleModifier and TypeMethodDescriptionvoid
ASPRule.setConclusion
(ASPHead conclusion) void
Set the head of this rule.ModifierConstructorDescriptionCreates 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.