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.Operatoranwende in interface EntscheidungsBaum.Operatorx - Operand xy - Operand y