public final class Function extends AbstractToken implements Verb
A function maps a set of inputs to a particular output, according to an algorithm.
| Constructor and Description |
|---|
Function(String name) |
Function(String name,
int arity) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArity()
1 for unary, 2 for binary, etc.
|
void |
incArity() |
getToken, toStringCopyright © 2015 SciJava. All rights reserved.