Package jdrew.oo.bu

Class Summary
ForwardReasoner This class implements the forward reasoner (bottom-up) modules of OO jDREW; The unifier for this module is implemented by the jdrew.oo.bu.Unifier class and a subsumption checking system is implemented by the jdrew.oo.bu.Subsumption Class.
Subsumption This class is used for checking if one (newly selected) fact is subsumed by another fact that has already been processed.
Unifier Title: OO jDREW