Package | Description |
---|---|
blackbox |
Modifier and Type | Method and Description |
---|---|
MathFunction |
BBFunction.getFunc()
Gets the func.
|
static MathFunction |
MathFunction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MathFunction[] |
MathFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BBFunction.setFunc(MathFunction func)
Sets the func.
|