| Class | Description |
|---|---|
| If |
A selection operator that uses a boolean expression to determine which code to evaluate.
|
| OrElse |
Returns the first argument if not
null, else returns the second argument. |
| SwitchEnum |
A selection operator that uses the value of an enum to determine which code to evaluate.
|
OakGP Genetic Programming Framework