public class DatasetFactory extends Object
Constructor and Description |
---|
DatasetFactory() |
DatasetFactory(File aCacheRoot) |
DatasetFactory(Path aCacheRoot) |
Modifier and Type | Method and Description |
---|---|
Path |
getCacheRoot() |
DatasetDescription |
getDescription(String aId) |
List<String> |
listIds() |
Dataset |
load(String aId) |
Path |
resolve(DatasetDescription aDataset) |
public DatasetFactory()
public DatasetFactory(Path aCacheRoot)
public DatasetFactory(File aCacheRoot)
public Path getCacheRoot()
public List<String> listIds() throws IOException
IOException
public DatasetDescription getDescription(String aId) throws IOException
IOException
public Dataset load(String aId) throws IOException
IOException
public Path resolve(DatasetDescription aDataset)
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.