IDataInfoFactory
public static class DataTensor.DataInfoTensorFactory extends DataInfoFactory
Modifier and Type | Field | Description |
---|---|---|
protected Space |
space |
dimension, label, tags
Modifier | Constructor | Description |
---|---|---|
protected |
DataInfoTensorFactory(DataTensor.DataInfoTensor template) |
Modifier and Type | Method | Description |
---|---|---|
Space |
getSpace() |
Returns the Space
|
IDataInfo |
makeDataInfo() |
Creates a new DataInfo object using the information held by this factory.
|
void |
setSpace(Space newSpace) |
Sets the Space
|
getDimension, getLabel, getTags, setDimension, setLabel, setTags
protected Space space
protected DataInfoTensorFactory(DataTensor.DataInfoTensor template)
public IDataInfo makeDataInfo()
DataInfoFactory
makeDataInfo
in interface IDataInfoFactory
makeDataInfo
in class DataInfoFactory
public void setSpace(Space newSpace)
public Space getSpace()