Class NoSemiring
- java.lang.Object
-
- de.breakpointsec.pushdown.weights.Semiring
-
- de.breakpointsec.pushdown.weights.NoSemiring
-
public class NoSemiring extends Semiring
-
-
Field Summary
Fields Modifier and Type Field Description static NoSemiringNO_WEIGHT_ONEstatic NoSemiringNO_WEIGHT_ZERO
-
Constructor Summary
Constructors Constructor Description NoSemiring()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SemiringcombineWith(Semiring other)booleanequals(Object other)SemiringextendWith(Semiring other)Objectvalue()
-
-
-
Field Detail
-
NO_WEIGHT_ONE
public static NoSemiring NO_WEIGHT_ONE
-
NO_WEIGHT_ZERO
public static NoSemiring NO_WEIGHT_ZERO
-
-
Method Detail
-
extendWith
public Semiring extendWith(Semiring other)
- Specified by:
extendWithin classSemiring
-
combineWith
public Semiring combineWith(Semiring other)
- Specified by:
combineWithin classSemiring
-
-