Class Semiring<T>

java.lang.Object
org.tweetyproject.math.algebra.Semiring<T>
Type Parameters:
T - The type of elements in the semiring.
Direct Known Subclasses:
BooleanSemiring, BottleneckSemiring, FuzzySemiring, NonNumericSemiring, ProbabilisticSemiring, WeightedSemiring

public abstract class Semiring<T> extends Object
This class represents a generic Semiring, an algebraic structure with two binary operations (addition and multiplication), and two corresponding identity elements (zeroElement and oneElement).
Author:
Sandra Hoffmann