Class logic.RuleSequencer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class logic.RuleSequencer

Object
   |
   +----logic.RuleSequencer

public class RuleSequencer
extends Object

Constructor Index

 o logic.RuleSequencer(Rules)
assumes that rules is not null

Method Index

 o addRule(Rule)

Constructors

 o RuleSequencer
public RuleSequencer(Rules rules)
assumes that rules is not null

Methods

 o addRule
public void addRule(Rule rule) throws RuleNotFoundException, PoorPerformanceException, InconsistentRulesException

All Packages  Class Hierarchy  This Package  Previous  Next  Index