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, InconsistentRulesException
public boolean equals(Object ob)
public boolean getConsistencyChecking()
public void init(int numConditions, int numRules, int maxNumStars, boolean consisChk)
public abstract logic.Action lookUp(Vector results) throws RuleNotFoundException, PoorPerformanceException, InconsistentRulesException, RuleNotFoundException
public abstract java.lang.String name()
All Packages Class Hierarchy This Package Previous Next Index