public class ContextStorageImpl extends Object implements IOntologyContextStorage
| Constructor and Description |
|---|
ContextStorageImpl(org.eclipse.rdf4j.repository.Repository repository) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addContext(Context context) |
boolean |
deleteContext(String contextId) |
List<String> |
getAvailableContexts() |
public ContextStorageImpl(org.eclipse.rdf4j.repository.Repository repository)
public boolean addContext(Context context)
addContext in interface IOntologyContextStoragepublic boolean deleteContext(String contextId)
deleteContext in interface IOntologyContextStoragepublic List<String> getAvailableContexts()
getAvailableContexts in interface IOntologyContextStorageCopyright © 2018. All rights reserved.