nenok.va.sr
Class ICSemiring.Implementor

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

public static class ICSemiring.Implementor
extends Object

Implementor of the SeparativeSemiring interface.

Version:
1.4
Author:
Marc Pouly

Method Summary
static ICSemiring.Implementor getInstance()
           
 SeparativeSemiring inverse(ICSemiring factor)
          Pre-implementation of the SeparativeSemiring interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ICSemiring.Implementor getInstance()
Returns:
An instance of this implementor class.

inverse

public SeparativeSemiring inverse(ICSemiring factor)
Pre-implementation of the SeparativeSemiring interface.

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