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
-
_nextAnalyser
-
-
RetainAnalyser()
-
-
decideRetain(Reasoning, Index)
-
-
getNextAnalyser()
-
-
setNextAnalyser(RetainAnalyser)
-
_nextAnalyser
protected RetainAnalyser _nextAnalyser
RetainAnalyser
public RetainAnalyser()
decideRetain
public boolean decideRetain(Reasoning r,
Index topLevelIndex)
setNextAnalyser
public void setNextAnalyser(RetainAnalyser analyser)
getNextAnalyser
public RetainAnalyser getNextAnalyser()
All Packages Class Hierarchy This Package Previous Next Index