choco.cp.common.util.preprocessor
Class AbstractDetector

java.lang.Object
  extended by 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

Field Summary
protected static Logger LOGGER
          Logger
protected  CPModel model
          Model to analyse and transform.
 
Constructor Summary
protected AbstractDetector(CPModel model)
           
 
Method Summary
abstract  void apply()
           
 void applyThenCommit()
           
abstract  void commit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER
Logger


model

protected final CPModel model
Model to analyse and transform.

Constructor Detail

AbstractDetector

protected AbstractDetector(CPModel model)
Method Detail

apply

public abstract void apply()

commit

public abstract void commit()

applyThenCommit

public final void applyThenCommit()


Copyright © 2012. All Rights Reserved.