| Package | Description |
|---|---|
| org.jpmml.rexp |
| Modifier and Type | Method and Description |
|---|---|
FunctionExpression.Argument |
FunctionExpression.getArgument(int index) |
FunctionExpression.Argument |
FunctionExpression.getArgument(String tag) |
FunctionExpression.Argument |
FunctionExpression.getArgument(String tag,
int index) |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionExpression.Argument> |
FunctionExpression.getArguments() |
| Modifier and Type | Method and Description |
|---|---|
FunctionExpression |
FunctionExpression.addArguments(FunctionExpression.Argument... arguments) |
| Constructor and Description |
|---|
FunctionExpression(String function,
List<FunctionExpression.Argument> arguments) |
FunctionExpression(String namespace,
String function,
List<FunctionExpression.Argument> arguments) |
Copyright © 2022. All rights reserved.