public class ProcessExtension
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXTENSION_DATA_NAME |
static ProgramExtensionTemplate |
OPCODE_FIELD |
static ProgramExtensionTemplate |
OPCODE_FIELDMAX |
static ProgramExtensionTemplate |
OPCODE_FIELDMAXPIP |
| Constructor and Description |
|---|
ProcessExtension(CSVFormat theFormat) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBackwardWindowSize() |
java.lang.String |
getField(java.lang.String fieldName,
int fieldIndex) |
CSVFormat |
getFormat() |
int |
getForwardWindowSize() |
int |
getTotalWindowSize() |
void |
init(ReadCSV csv,
int theBackwardWindowSize,
int theForwardWindowSize) |
boolean |
isDataReady() |
void |
loadRow(LoadedRow row) |
void |
register(FunctionFactory functions) |
public static final java.lang.String EXTENSION_DATA_NAME
public static final ProgramExtensionTemplate OPCODE_FIELD
public static final ProgramExtensionTemplate OPCODE_FIELDMAX
public static final ProgramExtensionTemplate OPCODE_FIELDMAXPIP
public ProcessExtension(CSVFormat theFormat)
public java.lang.String getField(java.lang.String fieldName,
int fieldIndex)
public void loadRow(LoadedRow row)
public void init(ReadCSV csv, int theBackwardWindowSize, int theForwardWindowSize)
public boolean isDataReady()
public int getForwardWindowSize()
public int getBackwardWindowSize()
public int getTotalWindowSize()
public CSVFormat getFormat()
public void register(FunctionFactory functions)