public interface OntologyDao
| Modifier and Type | Method and Description |
|---|---|
void |
deleteOntology(Ontology ontology) |
List<Ontology> |
getAllOntologies() |
Ontology |
getOntologyByURI(String ontologyURI) |
String |
insertNewOntology(Ontology ontology) |
void |
updateOntology(Ontology ontology) |
Copyright © 2021. All rights reserved.