IDataInfoFactorypublic 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, setTagsprotected Space space
protected DataInfoTensorFactory(DataTensor.DataInfoTensor template)
public IDataInfo makeDataInfo()
DataInfoFactorymakeDataInfo in interface IDataInfoFactorymakeDataInfo in class DataInfoFactorypublic void setSpace(Space newSpace)
public Space getSpace()