Uses of Class
org.n52.shetland.rdf.dcat.Dataset
-
Packages that use Dataset Package Description org.n52.shetland.rdf.dcat -
-
Uses of Dataset in org.n52.shetland.rdf.dcat
Methods in org.n52.shetland.rdf.dcat that return types with arguments of type Dataset Modifier and Type Method Description List<Dataset>Catalog. getDatasets()Methods in org.n52.shetland.rdf.dcat with parameters of type Dataset Modifier and Type Method Description CatalogCatalog. addDataset(Dataset datasets)Method parameters in org.n52.shetland.rdf.dcat with type arguments of type Dataset Modifier and Type Method Description CatalogCatalog. setDatasets(Collection<Dataset> datasets)Constructors in org.n52.shetland.rdf.dcat with parameters of type Dataset Constructor Description Catalog(Collection<Title> titles, Collection<Description> descriptions, Publisher publisher, Dataset dataset)Catalog(Title title, Description description, Publisher publisher, Dataset dataset)
-