|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ChangeVisitor | |
| org.semanticweb.owl.impl.model | A basic implementation of the OWL API. |
| org.semanticweb.owl.model.change | Change API for OWL Ontologies. |
| org.semanticweb.owl.model.helper | Helper classes for the OWL API. |
| org.semanticweb.owl.util | |
| uk.ac.man.cs.img.owl.inference.dl | |
| Uses of ChangeVisitor in org.semanticweb.owl.impl.model |
| Classes in org.semanticweb.owl.impl.model that implement ChangeVisitor | |
class |
OWLOntologyImpl
Represents an OWL ontology. |
| Fields in org.semanticweb.owl.impl.model declared as ChangeVisitor | |
protected ChangeVisitor |
OWLOntologyImpl.visitorProxy
|
protected ChangeVisitor |
OWLConnectionImpl.m_applyChangeVisitor
Visitor for change events. |
| Methods in org.semanticweb.owl.impl.model that return ChangeVisitor | |
protected ChangeVisitor |
OWLOntologyImpl.getChangeVisitor()
Returns a ChangeVisitor that will apply
change events to this ontology. |
ChangeVisitor |
OWLConnectionImpl.getChangeVisitor(OWLOntology o)
Given an ontology, returns a change visitor that will enact changes over that ontology. |
| Uses of ChangeVisitor in org.semanticweb.owl.model.change |
| Classes in org.semanticweb.owl.model.change that implement ChangeVisitor | |
class |
ChangeVisitorAdapter
Default implementation of ChangeVisitor. |
class |
OntologyChangeEntityCollector
A ChangeVisitor that looks at the change and determines the entities that are used or referred to within the change. |
| Methods in org.semanticweb.owl.model.change with parameters of type ChangeVisitor | |
void |
SetTransitive.accept(ChangeVisitor visitor)
|
void |
SetSymmetric.accept(ChangeVisitor visitor)
|
void |
SetOneToOne.accept(ChangeVisitor visitor)
|
void |
SetLogicalURI.accept(ChangeVisitor visitor)
|
void |
SetInverseFunctional.accept(ChangeVisitor visitor)
|
void |
SetFunctional.accept(ChangeVisitor visitor)
|
void |
SetDeprecated.accept(ChangeVisitor visitor)
|
void |
RemoveSuperClass.accept(ChangeVisitor visitor)
|
void |
RemoveEquivalentClass.accept(ChangeVisitor visitor)
|
void |
RemoveEnumeration.accept(ChangeVisitor visitor)
|
void |
RemoveEntity.accept(ChangeVisitor visitor)
|
void |
RemoveClassAxiom.accept(ChangeVisitor visitor)
|
abstract void |
OntologyChange.accept(ChangeVisitor visitor)
Accept a visit from a change visitor. |
void |
AddSuperProperty.accept(ChangeVisitor visitor)
|
void |
AddSuperClass.accept(ChangeVisitor visitor)
|
void |
AddPropertyAxiom.accept(ChangeVisitor visitor)
|
void |
AddObjectPropertyRange.accept(ChangeVisitor visitor)
|
void |
AddObjectPropertyInstance.accept(ChangeVisitor visitor)
|
void |
AddInverse.accept(ChangeVisitor visitor)
|
void |
AddIndividualClass.accept(ChangeVisitor visitor)
|
void |
AddIndividualAxiom.accept(ChangeVisitor visitor)
|
void |
AddImport.accept(ChangeVisitor visitor)
|
void |
AddEquivalentClass.accept(ChangeVisitor visitor)
|
void |
AddEnumeration.accept(ChangeVisitor visitor)
|
void |
AddEntity.accept(ChangeVisitor visitor)
|
void |
AddDomain.accept(ChangeVisitor visitor)
|
void |
AddDataType.accept(ChangeVisitor visitor)
|
void |
AddDataPropertyRange.accept(ChangeVisitor visitor)
|
void |
AddDataPropertyInstance.accept(ChangeVisitor visitor)
|
void |
AddClassAxiom.accept(ChangeVisitor visitor)
|
void |
AddAnnotationInstance.accept(ChangeVisitor visitor)
|
| Uses of ChangeVisitor in org.semanticweb.owl.model.helper |
| Methods in org.semanticweb.owl.model.helper that return ChangeVisitor | |
ChangeVisitor |
OWLBuilder.getChangeVisitor()
Gets the current ChangeVisitor. |
| Uses of ChangeVisitor in org.semanticweb.owl.util |
| Methods in org.semanticweb.owl.util that return ChangeVisitor | |
ChangeVisitor |
OWLConnection.getChangeVisitor(OWLOntology o)
Given an ontology, returns a change visitor that will enact changes over that ontology. |
| Uses of ChangeVisitor in uk.ac.man.cs.img.owl.inference.dl |
| Classes in uk.ac.man.cs.img.owl.inference.dl that implement ChangeVisitor | |
class |
OntologyChangeConverter
A change visitor adapter that will take any ontology addition and produce the appropriate DIG messages to represent that change. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||