IDataInfoFactory
DataFunction.DataInfoFunctionFactory
public static class DataDoubleArray.DataInfoDoubleArrayFactory extends DataInfoFactory
dimension, label, tags
Modifier | Constructor | Description |
---|---|---|
protected |
DataInfoDoubleArrayFactory(DataDoubleArray.DataInfoDoubleArray template) |
Modifier and Type | Method | Description |
---|---|---|
int[] |
getArrayShape() |
Returns a copy of the array shape array.
|
IDataInfo |
makeDataInfo() |
Creates a new DataInfo object using the information held by this factory.
|
void |
setArrayShape(int[] newArrayShape) |
Sets the array shape.
|
getDimension, getLabel, getTags, setDimension, setLabel, setTags
protected DataInfoDoubleArrayFactory(DataDoubleArray.DataInfoDoubleArray template)
public IDataInfo makeDataInfo()
DataInfoFactory
makeDataInfo
in interface IDataInfoFactory
makeDataInfo
in class DataInfoFactory
public void setArrayShape(int[] newArrayShape)
public int[] getArrayShape()