sdf
Class SDF.SDF_Predictor

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

public class SDF.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

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

Constructor Detail

SDF.SDF_Predictor

public SDF.SDF_Predictor()
Method Detail

predict

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