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