Package org.tweetyproject.arg.delp.syntax


package org.tweetyproject.arg.delp.syntax
  • Class Summary
    Class
    Description
    This class models a defeasible logic program (DeLP).
    This class models a defeasible rule in defeasible logic programming.
    This class models a DeLP argument which comprises of a set of defeasible rules (the support) and a literal (the conclusion).
    This class implements a fact in defeasible logic programming which encapsulates a literal.
    This method is the superclass for both a strict rule and a defeasible rule in defeasible logic programming and captures their common attributes and methods.
    This class models a strict rule in defeasible logic programming.