Uses of Enum
org.tweetyproject.math.algebra.NonNumericSemiring.SemiringElement
-
Uses of NonNumericSemiring.SemiringElement in org.tweetyproject.math.algebra
Modifier and TypeMethodDescriptionNonNumericSemiring.divide
(NonNumericSemiring.SemiringElement dividend, NonNumericSemiring.SemiringElement divisor) Performs a custom division operation on two SemiringElements.NonNumericSemiring.getRandomElement()
Generates a random element from the semiring.Returns the enum constant of this type with the specified name.static NonNumericSemiring.SemiringElement[]
NonNumericSemiring.SemiringElement.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionNonNumericSemiring.divide
(NonNumericSemiring.SemiringElement dividend, NonNumericSemiring.SemiringElement divisor) Performs a custom division operation on two SemiringElements.double
NonNumericSemiring.toNumericalValue
(NonNumericSemiring.SemiringElement weight) Converts a non-numeric weight to its numerical representation.