ppotentials
Class PP_Predictor

java.lang.Object
  extended by ppotentials.PP_Predictor
All Implemented Interfaces:
Serializable, Predictor

public class PP_Predictor
extends Object
implements Predictor

A weight predictor for probability potentials implemented as a SINGLETON design pattern.

Version:
1.1
Author:
Marc Pouly
See Also:
Serialized Form

Method Summary
static PP_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 PP_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)