|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.semanticdesktop.aperture.datasource.impl.DataSourceRegistryImpl
public class DataSourceRegistryImpl
A trivial default implementation of the DataSourceRegistry interface.
Constructor Summary | |
---|---|
DataSourceRegistryImpl()
Default constructor |
Method Summary | |
---|---|
void |
add(DataSourceFactory factory)
Adds a DataSourceFactory to this registry. |
Set |
get(URI type)
Returns all DataSourceFactories that support the specified DataSource type. |
Set |
getAll()
Returns all DataSourceFactories registered in this DataSourceRegistry. |
void |
getDataSourceOntologyAndDescriptions(Model model)
Generates a graph containing the datasource ontology (the vocabulary used to configure data sources), the sourceformat ontology (vocabulary used to specify widgets for the UI) and descriptions of data source types registered within this registry. |
void |
remove(DataSourceFactory factory)
Removes a DataSourceFactory from this registry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSourceRegistryImpl()
Method Detail |
---|
public void add(DataSourceFactory factory)
DataSourceRegistry
add
in interface DataSourceRegistry
public void remove(DataSourceFactory factory)
DataSourceRegistry
remove
in interface DataSourceRegistry
public Set get(URI type)
DataSourceRegistry
get
in interface DataSourceRegistry
public Set getAll()
DataSourceRegistry
getAll
in interface DataSourceRegistry
public void getDataSourceOntologyAndDescriptions(Model model)
DataSourceRegistry
getDataSourceOntologyAndDescriptions
in interface DataSourceRegistry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |