|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.data.spreadsheet.columnfinder.AbstractColumnFinder
adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder
adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder
adams.data.spreadsheet.columnfinder.RowFilteredColumnFinder
public class RowFilteredColumnFinder
This column finder first filters the rows before finding any columns on the subset of rows.
| Field Summary | |
|---|---|
protected boolean |
m_ColumnFinderTrained
whether the column finder was trained on the subset. |
protected RowFinder |
m_RowFinder
the RowFinder to use first. |
| Fields inherited from class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder |
|---|
m_ColumnFinder |
| Fields inherited from class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder |
|---|
m_Trained |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
RowFilteredColumnFinder()
|
|
| Method Summary | |
|---|---|
void |
defineOptions()
Adds options to the internal list of options. |
protected int[] |
doFindColumns(SpreadSheet data)
Returns the columns of interest in the spreadsheet. |
protected boolean |
doTrainColumnFinder(SpreadSheet data)
Performs the actual training of the column finder with the specified spreadsheet. |
RowFinder |
getRowFinder()
Returns the row finder in use. |
String |
globalInfo()
Returns a string describing the object. |
String |
rowFinderTipText()
Returns the tip text for this property. |
void |
setRowFinder(RowFinder value)
Sets the row finder to use. |
| Methods inherited from class adams.data.spreadsheet.columnfinder.AbstractFilteredColumnFinder |
|---|
columnFinderTipText, getColumnFinder, setColumnFinder |
| Methods inherited from class adams.data.spreadsheet.columnfinder.AbstractTrainableColumnFinder |
|---|
check, isColumnFinderTrained, reset, trainColumnFinder |
| Methods inherited from class adams.data.spreadsheet.columnfinder.AbstractColumnFinder |
|---|
arrayToHashSet, compareTo, equals, filter, findColumns, forCommandLine, forName, getColumnFinders, shallowCopy, shallowCopy |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface adams.data.spreadsheet.columnfinder.ColumnFinder |
|---|
findColumns |
| Field Detail |
|---|
protected RowFinder m_RowFinder
protected boolean m_ColumnFinderTrained
| Constructor Detail |
|---|
public RowFilteredColumnFinder()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic void defineOptions()
defineOptions in interface OptionHandlerdefineOptions in class AbstractFilteredColumnFinderpublic void setRowFinder(RowFinder value)
value - the row finderpublic RowFinder getRowFinder()
public String rowFinderTipText()
protected boolean doTrainColumnFinder(SpreadSheet data)
doTrainColumnFinder in class AbstractFilteredColumnFinderdata - the training data
protected int[] doFindColumns(SpreadSheet data)
doFindColumns in class AbstractColumnFinderdata - the spreadsheet to inspect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||