public interface DataSourceIndependent
Modifier and Type | Method and Description |
---|---|
int |
getIndependentArrayDimension()
Returns the number of independent data dimensions
|
DataDoubleArray |
getIndependentData(int i)
Returns the X data for the given dimension
|
DataDoubleArray.DataInfoDoubleArray |
getIndependentDataInfo(int i)
Returns the DataInfo for the given dimension
|
DataTag |
getIndependentTag()
Returns the tag associated with this DataSource.
|
DataDoubleArray getIndependentData(int i)
DataDoubleArray.DataInfoDoubleArray getIndependentDataInfo(int i)
int getIndependentArrayDimension()
DataTag getIndependentTag()