|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnPlan
Describes the arrangement of columns in the output table based on the columns in the upload and raw result tables.
Method Summary | |
---|---|
int |
getOutputColumnCount()
Returns the number of columns in the output table. |
int |
getOutputColumnLocation(int icolOutput)
Returns a coded value indicating where to find the column corresponding to a given output column. |
int |
getResultIdColumnIndex()
Returns the index of the row identifier column in the result table. |
int |
getResultScoreColumnIndex()
Returns the index of the match score column in the result table. |
Method Detail |
---|
int getOutputColumnCount()
int getOutputColumnLocation(int icolOutput)
icolOutput
- column index in output table
int getResultIdColumnIndex()
int getResultScoreColumnIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |