All Packages Class Hierarchy This Package Previous Next Index
Class aid.cbr.tools.core.reasoner.ConstantRetainAnalyser
java.lang.Object
|
+----aid.cbr.tools.core.reasoner.RetainAnalyser
|
+----aid.cbr.tools.core.reasoner.ConstantRetainAnalyser
- public class ConstantRetainAnalyser
- extends RetainAnalyser
-
ConstantRetainAnalyser()
-
-
decideRetain(Reasoning, Index)
-
-
getConstant()
-
-
setConstant(boolean)
-
ConstantRetainAnalyser
public ConstantRetainAnalyser()
decideRetain
public boolean decideRetain(Reasoning r,
Index toplevelIndex)
- Overrides:
- decideRetain in class RetainAnalyser
setConstant
public void setConstant(boolean b)
getConstant
public boolean getConstant()
All Packages Class Hierarchy This Package Previous Next Index