IDataInfo
DataFunction.DataInfoFunction
public static class DataDoubleArray.DataInfoDoubleArray extends DataInfo
Modifier and Type | Field | Description |
---|---|---|
protected int[] |
arrayShape |
Constructor | Description |
---|---|
DataInfoDoubleArray(java.lang.String label,
Dimension dimension,
int[] arrayShape) |
Modifier and Type | Method | Description |
---|---|---|
int[] |
getArrayShape() |
Returns the size of each dimension in the constructed DataDoubleArray.
|
IDataInfoFactory |
getFactory() |
Returns a mutable factory that can make copies of this instance of
DataInfo.
|
int |
getLength() |
Returns the total number of elements in the constructed DataDoubleArray.
|
IData |
makeData() |
Returns a Data object appropriate for this DataInfo instance.
|
public DataInfoDoubleArray(java.lang.String label, Dimension dimension, int[] arrayShape)
public int[] getArrayShape()
public int getLength()
public IDataInfoFactory getFactory()
IDataInfo