|
||||||||||
| 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.ByNumericValue
public class ByNumericValue
Returns indices of rows which label match the regular expression.
| Field Summary | |
|---|---|
protected SpreadSheetColumnIndex |
m_AttributeIndex
the attribute index to work on. |
protected double |
m_Maximum
the maximum value. |
protected double |
m_Minimum
the minimum value. |
static String |
NAN
the placeholder for NaN. |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
ByNumericValue()
|
|
| Method Summary | |
|---|---|
String |
attributeIndexTipText()
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. |
SpreadSheetColumnIndex |
getAttributeIndex()
Returns the index of the column to perform the matching on. |
double |
getMaximum()
Returns the maximum. |
double |
getMinimum()
Returns the minimum. |
String |
globalInfo()
Returns a string describing the object. |
String |
maximumTipText()
Returns the tip text for this property. |
String |
minimumTipText()
Returns the tip text for this property. |
void |
setAttributeIndex(SpreadSheetColumnIndex value)
Sets the index of the column to perform the matching on. |
void |
setMaximum(double value)
Sets the maximum. |
void |
setMinimum(double value)
Sets the minimum. |
| 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 |
|---|
public static final String NAN
protected SpreadSheetColumnIndex m_AttributeIndex
protected double m_Minimum
protected double m_Maximum
| Constructor Detail |
|---|
public ByNumericValue()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic void defineOptions()
defineOptions in interface OptionHandlerdefineOptions in class AbstractOptionHandlerpublic void setAttributeIndex(SpreadSheetColumnIndex value)
value - the indexpublic SpreadSheetColumnIndex getAttributeIndex()
public String attributeIndexTipText()
public void setMinimum(double value)
value - the minimumpublic double getMinimum()
public String minimumTipText()
public void setMaximum(double value)
value - the maximumpublic double getMaximum()
public String maximumTipText()
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 | |||||||||