|
||||||||||
| 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.rowfinder.AbstractRowFinder
adams.data.spreadsheet.rowfinder.MissingValue
public class MissingValue
Returns indices of rows which label match the regular expression.
| Field Summary | |
|---|---|
protected SpreadSheetColumnRange |
m_AttributeRange
the attribute index to work on. |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
MissingValue()
|
|
| Method Summary | |
|---|---|
String |
attributeRangeTipText()
Returns the tip text for this property. |
void |
defineOptions()
Adds options to the internal list of options. |
protected int[] |
doFindRows(SpreadSheet data)
Returns the rows of interest in the spreadsheet. |
SpreadSheetColumnRange |
getAttributeRange()
Returns the range of the columns to inspect. |
String |
globalInfo()
Returns a string describing the object. |
void |
setAttributeRange(SpreadSheetColumnRange value)
Sets the range of the columns to inspect. |
| Methods inherited from class adams.data.spreadsheet.rowfinder.AbstractRowFinder |
|---|
arrayToHashSet, check, compareTo, equals, filter, findRows, forCommandLine, forName, getRowFinders, shallowCopy, shallowCopy |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, initialize, isDebugOn, newOptionManager, reset, 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 |
| Field Detail |
|---|
protected SpreadSheetColumnRange m_AttributeRange
| Constructor Detail |
|---|
public MissingValue()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic void defineOptions()
defineOptions in interface OptionHandlerdefineOptions in class AbstractOptionHandlerpublic void setAttributeRange(SpreadSheetColumnRange value)
value - the rangepublic SpreadSheetColumnRange getAttributeRange()
public String attributeRangeTipText()
protected int[] doFindRows(SpreadSheet data)
doFindRows in class AbstractRowFinderdata - the spreadsheet to inspect
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||