choco.cp.common.util.preprocessor
Class AbstractDetector
java.lang.Object
choco.cp.common.util.preprocessor.AbstractDetector
- Direct Known Subclasses:
- AbstractAdvancedDetector, AnalysisModelDetector
public abstract class AbstractDetector
- extends Object
- Since:
- 11/01/11
- Author:
- Charles Prud'homme
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
protected static final Logger LOGGER
- Logger
model
protected final CPModel model
- Model to analyse and transform.
AbstractDetector
protected AbstractDetector(CPModel model)
apply
public abstract void apply()
commit
public abstract void commit()
applyThenCommit
public final void applyThenCommit()
Copyright © 2012. All Rights Reserved.