edu.ntnu.cikmr.arbitration.cbr
Class SelectBestCasesMethod

java.lang.Object
  extended by CBRMethod
      extended by edu.ntnu.cikmr.arbitration.cbr.SelectBestCasesMethod

public class SelectBestCasesMethod
extends CBRMethod


Constructor Summary
SelectBestCasesMethod()
           
 
Method Summary
 CBRContext execute(CBRContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectBestCasesMethod

public SelectBestCasesMethod()
Method Detail

execute

public CBRContext execute(CBRContext context)
                   throws ExecutionException
Throws:
ExecutionException