org.semanticweb.owl.model.change
Class SetLogicalURI
java.lang.Object
|
+--org.semanticweb.owl.model.change.OntologyChange
|
+--org.semanticweb.owl.model.change.SetLogicalURI
- public class SetLogicalURI
- extends OntologyChange
Set the logical URI on an ontology.
Created: Fri Feb 07 17:20:09 2003
- Version:
- $Id: SetLogicalURI.java,v 1.1 2003/12/15 11:07:10 sean_bechhofer Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetLogicalURI
public SetLogicalURI(OWLOntology ontology,
URI uri,
OntologyChange cause)
getURI
public URI getURI()
accept
public void accept(ChangeVisitor visitor)
throws OWLException
- Description copied from class:
OntologyChange
- Accept a visit from a change visitor.
- Specified by:
accept in class OntologyChange
- Parameters:
visitor - a ChangeVisitor value
OWLException
WonderWeb