public class BinningWrapper extends PackageFunction
Constructor and Description |
---|
BinningWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Method that will be executed to perform this function.
|
FunctionParameter |
getFunctionOutput(int pos)
Method to get a specific output of this package function.
|
int |
getNumFunctionOutputs()
Method to get the number of outputs of this package function.
|
createOutputFilePathAndName, execute, getBaseDir, getConfiguration, getFunctionInput, getNumFunctionInputs, hasVarNumFunctionOutputs, setBaseDir, setConfiguration, setFunctionInputs, setInput, setNumFunctionInputs
public int getNumFunctionOutputs()
PackageFunction
getNumFunctionOutputs
in class PackageFunction
public FunctionParameter getFunctionOutput(int pos)
PackageFunction
getFunctionOutput
in class PackageFunction
pos
- function positionpublic void execute()
PackageFunction
execute
in class PackageFunction
Copyright © 2018 The Apache Software Foundation. All rights reserved.