| Package | Description |
|---|---|
| com.uwemeding.fuzzer | |
| com.uwemeding.fuzzer.parser |
| Modifier and Type | Method and Description |
|---|---|
FunctionCall |
FunctionCall.bindParameter(Number number)
Bind a parameter number to a function.
|
FunctionCall |
Member.getFunctionCall()
Get the function call for this member.
|
| Modifier and Type | Method and Description |
|---|---|
Member |
Variable.addMember(String memberName,
FunctionCall functionCall)
Add a fuzzy member to this variable.
|
double |
ExternalFunction.call(FunctionCall call,
double arg)
Call the function.
|
double |
PiecewiseFunction.call(FunctionCall call,
double arg)
Call the function.
|
abstract double |
Function.call(FunctionCall call,
double arg)
Call the function.
|
| Constructor and Description |
|---|
Member(String name,
FunctionCall functionCall)
Create a member with a function call.
|
Member(String name,
FunctionCall functionCall,
Hedge hedge) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FuzzerParser.FunctionCallParameters(Program program,
Variable var,
String memberName,
FunctionCall call) |
Copyright © 2013–2014. All rights reserved.