| Constructor and Description |
|---|
IsNegative() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Arguments arguments,
Assignments assignments)
Returns the result of applying this operation to the specified
Arguments and Assignments. |
String |
getDisplayName()
Returns the
String value to use in the textual representation of this function. |
Signature |
getSignature()
Returns the return type and argument types associated with this function.
|
public Object evaluate(Arguments arguments, Assignments assignments)
FunctionArguments and Assignments.public Signature getSignature()
FunctiongetSignature in interface Functionpublic String getDisplayName()
FunctionString value to use in the textual representation of this function.getDisplayName in interface FunctionOakGP Genetic Programming Framework