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

Constructor Index

 o ConstantRetainAnalyser()

Method Index

 o decideRetain(Reasoning, Index)
 o getConstant()
 o setConstant(boolean)

Constructors

 o ConstantRetainAnalyser
 public ConstantRetainAnalyser()

Methods

 o decideRetain
 public boolean decideRetain(Reasoning r,
                             Index toplevelIndex)
Overrides:
decideRetain in class RetainAnalyser
 o setConstant
 public void setConstant(boolean b)
 o getConstant
 public boolean getConstant()

All Packages  Class Hierarchy  This Package  Previous  Next  Index