@Deprecated public interface IOTDataset extends IOTObject, IOTPageable<IOTDataset>
Modifier and Type | Interface and Description |
---|---|
static class |
IOTDataset.dataset_size
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IOTDataset |
addColumns(OTFeatures features)
Deprecated.
Add features to the dataset
|
IOTDataset |
copy()
Deprecated.
Copies the dataset and returns URI to a new dataset
|
IOTDataset |
filteredSubsetWithFeatures(OTFeatures features)
Deprecated.
Return dataset entries (compounds), having values for specified features
|
IOTDataset |
filteredSubsetWithoutFeatures(OTFeatures features)
Deprecated.
Return dataset entries (comnpounds),not having values for specified features
|
IOTDataset |
getFeatures(OTFeatures features)
Deprecated.
|
boolean |
isEmpty()
Deprecated.
Tries to GET the URI and returns true if the dataset is empty, false otherwise.
|
IOTDataset |
put(OTDatasets datasets)
Deprecated.
Adds datasets to the current one
|
IOTDataset |
withDatasetService(org.restlet.data.Reference uri)
Deprecated.
|
get, getName, getPage, getUri, isForbidden, isSelected, setSelected, withName
getPage
IOTDataset withDatasetService(org.restlet.data.Reference uri) throws Exception
Exception
IOTDataset copy() throws Exception
Exception
IOTDataset put(OTDatasets datasets) throws Exception
datasets
- Exception
IOTDataset filteredSubsetWithoutFeatures(OTFeatures features) throws Exception
Exception
IOTDataset filteredSubsetWithFeatures(OTFeatures features) throws Exception
features
- Exception
boolean isEmpty() throws Exception
Exception
IOTDataset addColumns(OTFeatures features) throws Exception
features
- Exception
IOTDataset getFeatures(OTFeatures features) throws Exception
features
- Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.