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 java.util.Set<DelpRule>DefeasibleLogicProgram. getRulesWithHead(FolFormula l)Returns all defeasible and strict rules appearing in this program with the given literal as headjava.util.Set<DelpRule>DelpArgument. getRulesWithHead(FolFormula l)Returns all defeasible rules of the support of this argument with the given literal as head
-