nenok.va
Class Predictability.Implementor

java.lang.Object
  extended by nenok.va.Predictability.Implementor
Enclosing interface:
Predictability

public static class Predictability.Implementor
extends Object

Delegator class for the Predictability interface.

Version:
1.4
Author:
Marc Pouly

Method Summary
static Predictability.Implementor getInstance()
           
 int weight(Predictability val)
          Pre-implementation of the weight method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Predictability.Implementor getInstance()
Returns:
An instance of the implementor class.

weight

public int weight(Predictability val)
Pre-implementation of the weight method.

Parameters:
val - The valuations whose weight has to be computed.
Returns:
The weight of the given valuation.