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
Classes in org.tweetyproject.lp.asp.syntax that implement interfaces with type arguments of type ClassicalHeadModifier and TypeClassDescriptionclassThis class models an ASP-Core-2 program, meaning a set of rules and optionally a query.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 TypeMethodDescriptionvoidProgram.addFact(ClassicalHead fact) voidProgram.addFacts(ClassicalHead... fact) Constructors in org.tweetyproject.lp.asp.syntax with parameters of type ClassicalHead