com.panayotis.gnuplot.dataset.parser
Interface DataParser
- All Known Implementing Classes:
- DoubleDataParser, FloatDataParser, IntegerDataParser, LongDataParser, NumericDataParser
public interface DataParser
Use a specific numeric parser to check if the data provided are valid or not.
|
Method Summary |
boolean |
isValid(java.lang.String data,
int index)
Check whether a data value with a specific index number is valid or not |
isValid
boolean isValid(java.lang.String data,
int index)
- Check whether a data value with a specific index number is valid or not
- Parameters:
data - The data to checkindex - The index of the specified data
- Returns:
- True, if the data is valid.