Uses of Enum
org.tweetyproject.math.algebra.NonNumericSemiring.SemiringElement
Packages that use NonNumericSemiring.SemiringElement
-
Uses of NonNumericSemiring.SemiringElement in org.tweetyproject.math.algebra
Methods in org.tweetyproject.math.algebra that return NonNumericSemiring.SemiringElementModifier 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.Methods in org.tweetyproject.math.algebra with parameters of type NonNumericSemiring.SemiringElementModifier 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.