nenok.va
Class Scalability.Implementor

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

public static class Scalability.Implementor
extends Object

Delegator class for the Scalability interface.

Version:
1.1
Author:
Marc Pouly

Constructor Summary
Scalability.Implementor()
           
 
Method Summary
 Scalability scale(Scalability scaler)
          Pre-implementation of the Scalability interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scalability.Implementor

public Scalability.Implementor()
Method Detail

scale

public Scalability scale(Scalability scaler)
Pre-implementation of the Scalability interface. In detail: It computes the inverse of the current valuation with respect to the empty domain and returns the combination of this and the inverse element. The original valuation stays untouched.

Parameters:
scaler - The valuation to scale.
Returns:
The combination of scaler and its inverse.