public static class EntscheidungsBaum.OperatorKleiner extends java.lang.Object implements EntscheidungsBaum.Operator
Constructor and Description |
---|
OperatorKleiner() |
Modifier and Type | Method and Description |
---|---|
boolean |
anwende(double x,
double y)
Anwendung des Operators.
|
public boolean anwende(double x, double y)
EntscheidungsBaum.Operator
anwende
in interface EntscheidungsBaum.Operator
x
- Operand xy
- Operand y