sdf
Class SDF_Predictor

java.lang.Object
  extended by sdf.SDF_Predictor
All Implemented Interfaces:
Serializable, Predictor

public class SDF_Predictor
extends Object
implements Predictor

A weight predictor for distance functions implemented with the SINGLETON design pattern.

Author:
Antoine De Groote
See Also:
Serialized Form

Method Summary
static SDF_Predictor getInstance()
           
 int predict(Domain dom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SDF_Predictor getInstance()
Returns:
An instance of this class - SINGLETON design pattern.

predict

public int predict(Domain dom)
Specified by:
predict in interface Predictor
See Also:
Predictor.predict(nenok.va.Domain)