DataDouble.DataInfoDoubleFactory
, DataDoubleArray.DataInfoDoubleArrayFactory
, DataDoubleBDArray.DataInfoDoubleBDArrayFactory
, DataFunction.DataInfoFunctionFactory
, DataGroup.DataInfoGroupFactory
, DataInfoFactory
, DataTable.DataInfoTableFactory
, DataTensor.DataInfoTensorFactory
, DataVector.DataInfoVectorFactory
public interface IDataInfoFactory
Modifier and Type | Method | Description |
---|---|---|
Dimension |
getDimension() |
Returns the dimension
|
java.lang.String |
getLabel() |
Returns the label
|
DataTag[] |
getTags() |
Returns the factory's tags as an array.
|
IDataInfo |
makeDataInfo() |
Creates a new DataInfo object using the information held by this factory.
|
void |
setDimension(Dimension newDimension) |
Sets the dimension
|
void |
setLabel(java.lang.String newLabel) |
Sets the label
|
void |
setTags(DataTag[] newTags) |
Sets the factory's tags to those in the given array.
|
IDataInfo makeDataInfo()
void setLabel(java.lang.String newLabel)
java.lang.String getLabel()
void setDimension(Dimension newDimension)
Dimension getDimension()
DataTag[] getTags()
void setTags(DataTag[] newTags)