|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Semiring
This interface represents the most basic component in the realization of semiring induced valuation algebras. Namely, these are abstracts elments of a semiring, described by their two fundamental operations of addition and multiplication.
Method Summary | |
---|---|
Semiring |
add(Semiring semiring)
This method computes the addition of two semiring elements. |
Semiring |
multiply(Semiring semiring)
This method computes the multiplication of two semiring elements. |
Method Detail |
---|
Semiring add(Semiring semiring)
semiring
- The semiring element to add.
Semiring multiply(Semiring semiring)
semiring
- The semiring element to multiply.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |