Uses of Class
net.sf.tweety.arg.delp.syntax.DelpRule
-
Packages that use DelpRule Package Description net.sf.tweety.arg.delp.syntax -
-
Uses of DelpRule in net.sf.tweety.arg.delp.syntax
Subclasses of DelpRule in net.sf.tweety.arg.delp.syntax Modifier and Type Class Description classDefeasibleRuleThis class models a defeasible rule in defeasible logic programming.classDelpFactThis class implements a fact in defeasible logic programming which encapsulates a literal.classStrictRuleThis class models a strict rule in defeasible logic programming.Methods in net.sf.tweety.arg.delp.syntax that return types with arguments of type DelpRule Modifier and Type Method Description Set<DelpRule>DefeasibleLogicProgram. getRulesWithHead(net.sf.tweety.logics.fol.syntax.FolFormula l)Returns all defeasible and strict rules appearing in this program with the given literal as headSet<DelpRule>DelpArgument. getRulesWithHead(net.sf.tweety.logics.fol.syntax.FolFormula l)Returns all defeasible rules of the support of this argument with the given literal as head
-