|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectchoco.cp.common.util.preprocessor.DetectorFactory
public abstract class DetectorFactory
User : cprudhom
Mail : cprudhom(a)emn.fr
Date : 2 avr. 2010br/>
Since : Choco 2.1.1
Field Summary | |
---|---|
protected static Logger |
LOGGER
Logger |
Constructor Summary | |
---|---|
DetectorFactory()
|
Method Summary | |
---|---|
static void |
associateIndexes(CPModel m)
Add an index to the variables to be able to map them easily to nodes of the constraint graph |
static void |
associateIndexes(int from,
Variable... ivars)
|
static int |
maxHookOnMultipleVariables(CPModel model)
Get the max hook from a list of multiple variables |
static void |
resetIndexes(CPModel m)
Add an index to the variables to be able to map them easily to nodes of the constraint graph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final Logger LOGGER
Constructor Detail |
---|
public DetectorFactory()
Method Detail |
---|
public static void associateIndexes(CPModel m)
m
- modelpublic static void associateIndexes(int from, Variable... ivars)
public static int maxHookOnMultipleVariables(CPModel model)
model
- current model
public static void resetIndexes(CPModel m)
m
- model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |