de.grogra.math
Interface DataTable

All Known Implementing Classes:
SimpleDataTable

public interface DataTable


Method Summary
 int getColumnCount()
           
 int getRowCount()
           
 double getValue(int row, int column)
           
 

Method Detail

getColumnCount

int getColumnCount()

getRowCount

int getRowCount()

getValue

double getValue(int row,
                int column)