|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fluxion.datapublisher.BeanFactoryFluxionService
public class BeanFactoryFluxionService
Javadocs go here!
Constructor Summary | |
---|---|
BeanFactoryFluxionService()
|
Method Summary | |
---|---|
java.util.Set<java.net.URI> |
getDataSources()
All data sources that this service publishes. |
java.net.URI |
getId()
A human-readable URI-based service ID |
java.net.URI |
getReasonerLevel(java.net.URI dataSource)
The minimum reasoning capabilities that the service will use when matching queries against the data source. |
org.semanticweb.owl.model.OWLOntology |
getSchema(java.net.URI dataSource)
A schema that acts as an upper-bounds on the entities that could possibly be retreived from this service. |
org.semanticweb.owl.model.OWLOntology |
query(java.net.URI dataSource,
java.net.URI queryClass,
org.semanticweb.owl.model.OWLOntology queryOntology)
Execute a query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanFactoryFluxionService()
Method Detail |
---|
public java.net.URI getId()
FluxionService
getId
in interface FluxionService
public java.util.Set<java.net.URI> getDataSources() throws DataSourceException
FluxionService
getDataSources
in interface FluxionService
DataSourceException
public java.net.URI getReasonerLevel(java.net.URI dataSource) throws DataSourceException
FluxionService
getReasonerLevel
in interface FluxionService
dataSource
- the being operated upon
DataSourceException
- if the data source is not known by this service or if there
was an error connecting to the data sourcepublic org.semanticweb.owl.model.OWLOntology getSchema(java.net.URI dataSource) throws DataSourceException
FluxionService
getSchema
in interface FluxionService
dataSource
- the being operated upon
DataSourceException
- if the data source is not known by this service or if there
was an error connecting to the data sourcepublic org.semanticweb.owl.model.OWLOntology query(java.net.URI dataSource, java.net.URI queryClass, org.semanticweb.owl.model.OWLOntology queryOntology) throws DataSourceException
FluxionService
query
in interface FluxionService
dataSource
- the being operated uponqueryClass
- the qualified name of the class from the specified ontology
for which instances should be foundqueryOntology
- the ontology containing the specified query class
DataSourceException
- if the data source is not known by this service or if there
was an error connecting to the data source
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |