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