nenok.va
Class Predictability.Implementor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.