Class NumSemiring
- java.lang.Object
-
- de.breakpointsec.pushdown.weights.Semiring<Integer>
-
- de.breakpointsec.pushdown.weights.NumSemiring
-
-
Constructor Summary
Constructors Constructor Description NumSemiring(int i)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SemiringcombineWith(Semiring other)booleanequals(Object obj)SemiringextendWith(Semiring other)inthashCode()static <N> NumSemiringone()StringtoString()Integervalue()static <N> NumSemiringzero()
-
-
-
Method Detail
-
extendWith
public Semiring extendWith(Semiring other)
- Specified by:
extendWithin classSemiring<Integer>
-
combineWith
public Semiring combineWith(Semiring other)
- Specified by:
combineWithin classSemiring<Integer>
-
one
public static <N> NumSemiring one()
-
zero
public static <N> NumSemiring zero()
-
-