nenok.va.semiring
Interface RegularElement

All Superinterfaces:
Element, Serializable

public interface RegularElement
extends Element

Valuation algebras with division are induced by semirings with division. This interface represents elements of a division aware semiring. It extends the semiring element interface by a method allowing to compute inverses.

Version:
1.1
Author:
Marc Pouly

Method Summary
 RegularElement inverse()
          This method computes the inverse semiring element of this.
 
Methods inherited from interface nenok.va.semiring.Element
add, multiply
 

Method Detail

inverse

RegularElement inverse()
This method computes the inverse semiring element of this.

Returns:
The inverse semiring element.