| Package | Description |
|---|---|
| com.uwemeding.fuzzer |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalFunction
An external (unary) function.
|
class |
PiecewiseFunction
Piecewise function.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Function> |
Program.addFunction(T function)
Add a function to this program.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionCall.getFunction() |
Function |
Program.getFunction(String functionName)
Get a function be name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Function> |
Program.functions()
Get the functions.
|
| Constructor and Description |
|---|
FunctionCall(Function function) |
Copyright © 2013–2014. All rights reserved.