IDataInfoFactoryDataFunction.DataInfoFunctionFactorypublic 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, setTagsprotected DataInfoDoubleArrayFactory(DataDoubleArray.DataInfoDoubleArray template)
public IDataInfo makeDataInfo()
DataInfoFactorymakeDataInfo in interface IDataInfoFactorymakeDataInfo in class DataInfoFactorypublic void setArrayShape(int[] newArrayShape)
public int[] getArrayShape()