All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.cbr.tools.core.reasoner.RetainAnalyser

java.lang.Object
   |
   +----aid.cbr.tools.core.reasoner.RetainAnalyser

public abstract class RetainAnalyser
extends Object

Variable Index

 o _nextAnalyser

Constructor Index

 o RetainAnalyser()

Method Index

 o decideRetain(Reasoning, Index)
 o getNextAnalyser()
 o setNextAnalyser(RetainAnalyser)

Variables

 o _nextAnalyser
 protected RetainAnalyser _nextAnalyser

Constructors

 o RetainAnalyser
 public RetainAnalyser()

Methods

 o decideRetain
 public boolean decideRetain(Reasoning r,
                             Index topLevelIndex)
 o setNextAnalyser
 public void setNextAnalyser(RetainAnalyser analyser)
 o getNextAnalyser
 public RetainAnalyser getNextAnalyser()

All Packages  Class Hierarchy  This Package  Previous  Next  Index