Uses of Class
org.tweetyproject.lp.asp.syntax.ClassicalHead
Packages that use ClassicalHead
-
Uses of ClassicalHead in org.tweetyproject.logics.translators.aspfol
Methods in org.tweetyproject.logics.translators.aspfol that return ClassicalHeadModifier and TypeMethodDescriptionAspFolTranslator.toASP
(Disjunction source) Translates a FOL Disjunction into an ASP ClassicalHead.Methods in org.tweetyproject.logics.translators.aspfol with parameters of type ClassicalHeadModifier and TypeMethodDescriptionAspFolTranslator.toFOL
(ClassicalHead source) Translates a ClassicalHead (ASP disjunction) to a FOL Disjunction. -
Uses of ClassicalHead in org.tweetyproject.lp.asp.syntax
Methods in org.tweetyproject.lp.asp.syntax that return ClassicalHeadModifier and TypeMethodDescriptionClassicalHead.clone()
ClassicalHead.createEmptyFormula()
ClassicalHead.substitute
(Map<? extends Term<?>, ? extends Term<?>> map) ClassicalHead.substitute
(Term<?> t, Term<?> v) Methods in org.tweetyproject.lp.asp.syntax with parameters of type ClassicalHeadModifier and TypeMethodDescriptionvoid
Program.addFact
(ClassicalHead fact) void
Program.addFacts
(ClassicalHead... fact) Constructors in org.tweetyproject.lp.asp.syntax with parameters of type ClassicalHead