org.semanticweb.owl.impl.model
Class OWLOntologyImpl.EntityAdder
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLOntologyImpl.EntityAdder
- All Implemented Interfaces:
- OWLEntityVisitor
- Enclosing class:
- OWLOntologyImpl
- protected class OWLOntologyImpl.EntityAdder
- extends Object
- implements OWLEntityVisitor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cause
protected OntologyChange cause
visit
public void visit(OWLClass entity)
throws OWLException
- Specified by:
visit in interface OWLEntityVisitor
OWLException
visit
public void visit(OWLObjectProperty entity)
throws OWLException
- Specified by:
visit in interface OWLEntityVisitor
OWLException
visit
public void visit(OWLAnnotationProperty entity)
throws OWLException
- Specified by:
visit in interface OWLEntityVisitor
OWLException
visit
public void visit(OWLDataProperty entity)
throws OWLException
- Specified by:
visit in interface OWLEntityVisitor
OWLException
visit
public void visit(OWLIndividual entity)
throws OWLException
- Specified by:
visit in interface OWLEntityVisitor
OWLException
WonderWeb