org.wsmo.datastore
Interface WsmoRepository
- All Superinterfaces:
- DataStore
public interface WsmoRepository
- extends DataStore
An WSMO Repository facade
- Version:
- $Revision: 1.3 $ $Date: 2005/06/27 14:30:26 $
- Author:
- not attributable
getDescription
java.lang.String getDescription()
setDescription
void setDescription(java.lang.String desc)
getVersion
java.lang.String getVersion()
throws SynchronisationException
- Throws:
SynchronisationException
addOntology
void addOntology(Ontology ont)
throws SynchronisationException
- Throws:
SynchronisationException
saveOntology
void saveOntology(Ontology ont)
throws SynchronisationException
- Throws:
SynchronisationException
getOntology
Ontology getOntology(IRI id)
throws SynchronisationException
- Throws:
SynchronisationException
deleteOntology
void deleteOntology(IRI id)
throws SynchronisationException
- Throws:
SynchronisationException
listOntologies
java.util.List listOntologies()
throws SynchronisationException
- Throws:
SynchronisationException
addGoal
void addGoal(Goal goal)
throws SynchronisationException
- Throws:
SynchronisationException
saveGoal
void saveGoal(Goal ont)
throws SynchronisationException
- Throws:
SynchronisationException
getGoal
Goal getGoal(IRI id)
throws SynchronisationException
- Throws:
SynchronisationException
deleteGoal
void deleteGoal(IRI id)
throws SynchronisationException
- Throws:
SynchronisationException
listGoals
java.util.List listGoals()
throws SynchronisationException
- Throws:
SynchronisationException
addMediator
void addMediator(Mediator med)
throws SynchronisationException
- Throws:
SynchronisationException
saveMediator
void saveMediator(Mediator med)
throws SynchronisationException
- Throws:
SynchronisationException
getMediator
Mediator getMediator(IRI id)
throws SynchronisationException
- Throws:
SynchronisationException
deleteMediator
void deleteMediator(IRI id)
throws SynchronisationException
- Throws:
SynchronisationException
listMediators
java.util.List listMediators()
throws SynchronisationException
- Throws:
SynchronisationException
addWebService
void addWebService(WebService ws)
throws SynchronisationException
- Throws:
SynchronisationException
saveWebService
void saveWebService(WebService ws)
throws SynchronisationException
- Throws:
SynchronisationException
getWebService
WebService getWebService(IRI id)
throws SynchronisationException
- Throws:
SynchronisationException
deleteWebService
void deleteWebService(IRI id)
throws SynchronisationException
- Throws:
SynchronisationException
listWebServices
java.util.List listWebServices()
throws SynchronisationException
- Throws:
SynchronisationException