S
- the value of the scalar (elements of the field)public class QuantityGreaterPredicate<S> extends AbstractQuantityStatisticPredicate<S> implements java.io.Serializable
mathsEnvironment
Constructor and Description |
---|
QuantityGreaterPredicate(QuantityEnvironment<S> environment) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
test(QuantifiedValue<S> left,
QuantifiedValue<S> right)
Evaluates the predicate (condition) on the given arguments.
|
java.lang.String |
toString() |
inverseGaussianCumulativeDistributionFunction, subtractQuantities, zTestValueForDifference
absoluteValueOf, calculate, countOf, field, inverseOf, negativeOf, one, squareOf, squareRootOf, testIf, two, zero
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
perform
public QuantityGreaterPredicate(QuantityEnvironment<S> environment)
public boolean test(QuantifiedValue<S> left, QuantifiedValue<S> right)
BinaryPredicate
test
in interface BinaryPredicate<QuantifiedValue<S>>
left
- the left operator of the conditionright
- the right operator of the conditiontrue
if the predicate is fulfilled, false
otherwise.public int hashCode()
hashCode
in class AbstractQuantityStatisticPredicate<S>
public boolean equals(java.lang.Object obj)
equals
in class AbstractQuantityStatisticPredicate<S>
public java.lang.String toString()
toString
in class AbstractQuantityStatisticPredicate<S>