Uses of Enum Class
org.tweetyproject.math.algebra.NonNumericSemiring.SemiringElement
Packages that use NonNumericSemiring.SemiringElement
-
Uses of NonNumericSemiring.SemiringElement in org.tweetyproject.math.algebra
Subclasses with type arguments of type NonNumericSemiring.SemiringElement in org.tweetyproject.math.algebraModifier and TypeClassDescriptionclass
This class represents an example for a non numeric semiring.static enum
Enum representing the elements in the non-numeric semiring: BAD, FAIR, and GOOD.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 class with the specified name.static NonNumericSemiring.SemiringElement[]
NonNumericSemiring.SemiringElement.values()
Returns an array containing the constants of this enum class, 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.