|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Element
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 | |
---|---|
Element |
add(Element element)
This method computes the addition of two semiring elements. |
Element |
multiply(Element element)
This method computes the multiplication of two semiring elements. |
Method Detail |
---|
Element add(Element element)
element
- The element to add.
Element multiply(Element element)
element
- The element to multiply.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |