Class SimplePlRule

java.lang.Object
org.tweetyproject.arg.deductive.syntax.SimplePlRule
All Implemented Interfaces:
Formula, Rule<PlFormula,​PlFormula>

public class SimplePlRule extends Object implements Rule<PlFormula,​PlFormula>
Basic data structure for handling simple rule
Author:
Federico Cerutti (federico.cerutti@acm.org)
  • Constructor Details

    • SimplePlRule

      public SimplePlRule()
    • SimplePlRule

      public SimplePlRule(PlFormula _claim)
    • SimplePlRule

      public SimplePlRule(PlFormula _claim, Set<PlFormula> _support)
  • Method Details