sdf
Class SDF_Predictor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)