Uses of Class
org.tweetyproject.lp.asp.syntax.ClassicalHead
-
Packages that use ClassicalHead Package Description org.tweetyproject.logics.translators.aspfol org.tweetyproject.lp.asp.parser org.tweetyproject.lp.asp.syntax -
-
Uses of ClassicalHead in org.tweetyproject.logics.translators.aspfol
Methods in org.tweetyproject.logics.translators.aspfol that return ClassicalHead Modifier and Type Method Description ClassicalHeadAspFolTranslator. toASP(Disjunction source)Methods in org.tweetyproject.logics.translators.aspfol with parameters of type ClassicalHead Modifier and Type Method Description DisjunctionAspFolTranslator. toFOL(ClassicalHead source) -
Uses of ClassicalHead in org.tweetyproject.lp.asp.parser
Methods in org.tweetyproject.lp.asp.parser that return ClassicalHead Modifier and Type Method Description ClassicalHeadInstantiateVisitor. visit(ASTHead node, java.lang.Object data) -
Uses of ClassicalHead in org.tweetyproject.lp.asp.syntax
Methods in org.tweetyproject.lp.asp.syntax that return ClassicalHead Modifier and Type Method Description ClassicalHeadClassicalHead. clone()ClassicalHeadClassicalHead. createEmptyFormula()ClassicalHeadClassicalHead. exchange(Term<?> v, Term<?> t)ClassicalHeadClassicalHead. substitute(java.util.Map<? extends Term<?>,? extends Term<?>> map)ClassicalHeadClassicalHead. substitute(Term<?> t, Term<?> v)Methods in org.tweetyproject.lp.asp.syntax with parameters of type ClassicalHead Modifier and Type Method Description voidProgram. addFact(ClassicalHead fact)voidProgram. addFacts(ClassicalHead... fact)Constructors in org.tweetyproject.lp.asp.syntax with parameters of type ClassicalHead Constructor Description ClassicalHead(ClassicalHead other)Copy-Constructor
-