|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.semanticweb.owl.util.OWLOntologyURIChanger
public class OWLOntologyURIChanger
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 25-May-2007
Changes the URI of an ontology and ensures that ontologies which import
the ontology have their imports statements updated
Constructor Summary | |
---|---|
OWLOntologyURIChanger(OWLOntologyManager owlOntologyManager)
|
Method Summary | |
---|---|
java.util.List<OWLOntologyChange> |
getChanges(OWLOntology ontology,
java.net.URI newURI)
Changes the URI of the specified ontology to the new URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OWLOntologyURIChanger(OWLOntologyManager owlOntologyManager)
Method Detail |
---|
public java.util.List<OWLOntologyChange> getChanges(OWLOntology ontology, java.net.URI newURI)
ontology
- The ontology whose URI is to be changed.newURI
- The new URI for the ontology
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |