Uses of Class
org.tweetyproject.lp.asp.syntax.ChoiceElement
Packages that use ChoiceElement
-
Uses of ChoiceElement in org.tweetyproject.lp.asp.parser
Methods in org.tweetyproject.lp.asp.parser that return ChoiceElementMethods in org.tweetyproject.lp.asp.parser that return types with arguments of type ChoiceElementModifier and TypeMethodDescriptionInstantiateVisitor.visit
(ASTChoiceElementList node, Object data) -
Uses of ChoiceElement in org.tweetyproject.lp.asp.syntax
Methods in org.tweetyproject.lp.asp.syntax that return ChoiceElementModifier and TypeMethodDescriptionChoiceElement.clone()
ChoiceElement.substitute
(Term<?> t, Term<?> v) Methods in org.tweetyproject.lp.asp.syntax that return types with arguments of type ChoiceElementModifier and TypeMethodDescriptionChoiceHead.getElements()
Return the choice elements of this choice atomMethod parameters in org.tweetyproject.lp.asp.syntax with type arguments of type ChoiceElementModifier and TypeMethodDescriptionvoid
ChoiceHead.setElements
(List<ChoiceElement> elements) Set the choice elements of this choice atom.Constructors in org.tweetyproject.lp.asp.syntax with parameters of type ChoiceElementModifierConstructorDescriptionChoiceHead
(ChoiceElement e, ASPOperator.BinaryOperator rightOp, Term<?> rightTerm) Constructor parameters in org.tweetyproject.lp.asp.syntax with type arguments of type ChoiceElementModifierConstructorDescriptionChoiceHead
(List<ChoiceElement> elements) ChoiceHead
(List<ChoiceElement> elements, ASPOperator.BinaryOperator rightOp, Term<?> rightTerm) ChoiceHead
(List<ChoiceElement> elements, ASPOperator.BinaryOperator leftOp, Term<?> leftTerm, ASPOperator.BinaryOperator rightOp, Term<?> rightTerm)