choco.set.search
Class StaticSetVarOrder

java.lang.Object
  extended by choco.search.AbstractSearchHeuristic
      extended by choco.set.search.AbstractSetVarSelector
          extended by choco.set.search.StaticSetVarOrder
All Implemented Interfaces:
IVarSelector, SetVarSelector

public class StaticSetVarOrder
extends AbstractSetVarSelector


Field Summary
 
Fields inherited from class choco.set.search.AbstractSetVarSelector
vars
 
Fields inherited from class choco.search.AbstractSearchHeuristic
branching, problem
 
Constructor Summary
StaticSetVarOrder(SetVar[] vars)
           
 
Method Summary
 SetVar selectSetVar()
          the SetVarSelector can be asked to return a set variable
 
Methods inherited from class choco.set.search.AbstractSetVarSelector
selectVar
 
Methods inherited from class choco.search.AbstractSearchHeuristic
getBranching
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface choco.search.IVarSelector
getBranching
 

Constructor Detail

StaticSetVarOrder

public StaticSetVarOrder(SetVar[] vars)
Method Detail

selectSetVar

public SetVar selectSetVar()
Description copied from interface: SetVarSelector
the SetVarSelector can be asked to return a set variable

Returns:
a non instantiated search variable