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
 

Method Detail

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 check
index - The index of the specified data
Returns:
True, if the data is valid.