nenok.va
Class Idempotency.Implementor

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

public static class Idempotency.Implementor
extends Object

Delegator class for the Idempotency interface.

Version:
1.4
Author:
Marc Pouly

Constructor Summary
Idempotency.Implementor()
           
 
Method Summary
static Idempotency.Implementor getInstance()
           
 Separativity inverse(Idempotency factor)
          Pre-implementation of the Separativity interface.
 Scalability scale(Idempotency factor)
          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

Idempotency.Implementor

public Idempotency.Implementor()
Method Detail

getInstance

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

inverse

public Separativity inverse(Idempotency factor)
Pre-implementation of the Separativity interface.

Parameters:
factor - The factor whose inverse has to be computed.
Returns:
The inverse of the factor.

scale

public Scalability scale(Idempotency factor)
Pre-implementation of the Scalability interface.

Parameters:
factor - The factor whose scale has to be computed.
Returns:
The scale of the factor.