sit
Class AllTargets

java.lang.Object
  extended by sit.AllTargets
All Implemented Interfaces:
SearchAlgorithm

public class AllTargets
extends java.lang.Object
implements SearchAlgorithm


Constructor Summary
AllTargets()
           
 
Method Summary
 TargetSet search(clus.data.type.ClusAttrType mainTarget, TargetSet candidates)
          This class will always return the full target candidates set.
 void setMTLearner(MTLearner learner)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTargets

public AllTargets()
Method Detail

search

public TargetSet search(clus.data.type.ClusAttrType mainTarget,
                        TargetSet candidates)
This class will always return the full target candidates set.

Specified by:
search in interface SearchAlgorithm

setMTLearner

public void setMTLearner(MTLearner learner)
Specified by:
setMTLearner in interface SearchAlgorithm