Uses of Class
net.sf.tweety.lp.asp.syntax.ASPHead
-
Packages that use ASPHead Package Description net.sf.tweety.lp.asp.parser net.sf.tweety.lp.asp.syntax -
-
Uses of ASPHead in net.sf.tweety.lp.asp.parser
-
Uses of ASPHead in net.sf.tweety.lp.asp.syntax
Methods in net.sf.tweety.lp.asp.syntax that return ASPHead Modifier and Type Method Description ASPHeadASPHead. clone()ASPHeadASPHead. createEmptyFormula()ASPHeadASPHead. exchange(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v, net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t)ASPHeadASPRule. getConclusion()ASPHeadASPRule. getHead()ASPHeadASPHead. substitute(Map<? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>,? extends net.sf.tweety.logics.commons.syntax.interfaces.Term<?>> map)ASPHeadASPHead. substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t, net.sf.tweety.logics.commons.syntax.interfaces.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, List<ASPBodyElement> body)Creates a rule with the given head and body.
-