public class OWLOntologyIRIChanger extends Object
| Constructor and Description |
|---|
OWLOntologyIRIChanger(OWLOntologyManager owlOntologyManager) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
getChanges(OWLOntology ontology,
IRI newIRI)
Changes the URI of the specified ontology to the new URI.
|
public OWLOntologyIRIChanger(OWLOntologyManager owlOntologyManager)
owlOntologyManager - the ontology manager to usepublic List<OWLOntologyChange> getChanges(OWLOntology ontology, IRI newIRI)
ontology - The ontology whose URI is to be changed.newIRI - the new IRICopyright © 2019 The University of Manchester. All rights reserved.