All Packages Class Hierarchy This Package Previous Next Index
Object | +----logic.Algorithm
public Algorithm()
public abstract void addRule(String boolStr, Action action) throws RuleNotFoundException, PoorPerformanceException, InconsistentRulesExceptionequals
public boolean equals(Object ob)
public boolean getConsistencyChecking()init
public void init(int numConditions, int numRules, int maxNumStars, boolean consisChk)lookUp
public abstract logic.Action lookUp(Vector results) throws RuleNotFoundException, PoorPerformanceException, InconsistentRulesException, RuleNotFoundExceptionname
public abstract java.lang.String name()
All Packages Class Hierarchy This Package Previous Next Index