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