nenok.va
Class Separativity.Implementor

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

public static class Separativity.Implementor
extends Object

Implementor class of this interface for separative semiring valuations.

Version:
1.4
Author:
Marc Pouly

Method Summary
static Separativity.Implementor getInstance()
           
 Separativity inverse(SRValuation val)
          Computes the inverse element of a separative semiring valuation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

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

inverse

public Separativity inverse(SRValuation val)
Computes the inverse element of a separative semiring valuation.

Parameters:
val - The separative semiring valuation.
Returns:
The inverse of the argument valuation.