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