Uses of Class
net.sf.tweety.lp.asp.syntax.ASPHead
- 
Packages that use ASPHead Package Description net.sf.tweety.logics.translators.aspfol net.sf.tweety.logics.translators.aspnlp net.sf.tweety.lp.asp.parser net.sf.tweety.lp.asp.syntax  - 
- 
Uses of ASPHead in net.sf.tweety.logics.translators.aspfol
Methods in net.sf.tweety.logics.translators.aspfol that return ASPHead Modifier and Type Method Description ASPHeadAspFolTranslator. toASP(Disjunction source)Methods in net.sf.tweety.logics.translators.aspfol with parameters of type ASPHead Modifier and Type Method Description DisjunctionAspFolTranslator. toFOL(ASPHead source) - 
Uses of ASPHead in net.sf.tweety.logics.translators.aspnlp
Methods in net.sf.tweety.logics.translators.aspnlp that return types with arguments of type ASPHead Modifier and Type Method Description private java.util.List<ASPHead>AspNlpTranslator. headsFromConjunction(Conjunction c) - 
Uses of ASPHead in net.sf.tweety.lp.asp.parser
Methods in net.sf.tweety.lp.asp.parser that return ASPHead Modifier and Type Method Description ASPHeadInstantiateVisitor. visit(ASTHead node, java.lang.Object data) - 
Uses of ASPHead in net.sf.tweety.lp.asp.syntax
Fields in net.sf.tweety.lp.asp.syntax declared as ASPHead Modifier and Type Field Description private ASPHeadASPRule. headThe head (conclusion) of a rule.Methods in net.sf.tweety.lp.asp.syntax that return ASPHead Modifier and Type Method Description ASPHeadASPHead. clone()ASPHeadASPHead. createEmptyFormula()ASPHeadASPHead. exchange(Term<?> v, Term<?> t)ASPHeadASPRule. getConclusion()ASPHeadASPRule. getHead()ASPHeadASPHead. substitute(java.util.Map<? extends Term<?>,? extends Term<?>> map)ASPHeadASPHead. substitute(Term<?> t, Term<?> v)Methods in net.sf.tweety.lp.asp.syntax with parameters of type ASPHead Modifier and Type Method Description voidProgram. addFact(ASPHead fact)voidASPRule. setConclusion(ASPHead conclusion)voidASPRule. setHead(ASPHead head)Constructors in net.sf.tweety.lp.asp.syntax with parameters of type ASPHead Constructor Description ASPHead(ASPHead other)Copy-ConstructorASPRule(ASPHead head)Creates a fact with the given ASPHead.ASPRule(ASPHead head, java.util.List<ASPBodyElement> body)Creates a rule with the given head and body. 
 -