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.

Author:
teras

Method Summary
 boolean isValid(String data, int index)
          Check whether a data value with a specific index number is valid or not
 

Method Detail

isValid

boolean isValid(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.


Copyright © 2013. All Rights Reserved.