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>
Represents a simple propositional logic rule. The rule consists of a set of premises (support) and a conclusion (claim). The premises and conclusion are propositional logic formulas (PlFormula). This class implements the Rule interface and provides basic functionality for manipulating and querying the premises and conclusion of the rule.
Author:
Federico Cerutti (federico.cerutti@acm.org)