OWLObjectVisitor
AbstractEntityRegistrationManager
, AbstractTranslator
, DeprecatedOWLEntityCollector
, DLExpressivityChecker
, DLSyntaxObjectRenderer
, FunctionalSyntaxObjectRenderer
, HashCode
, KRSS2ObjectRenderer
, KRSS2OWLObjectRenderer
, KRSSObjectRenderer
, LatexObjectVisitor
, ManchesterOWLSyntaxFrameRenderer
, ManchesterOWLSyntaxObjectRenderer
, OWLAnnotationPropertyTransformer
, OWLAnonymousIndividualsWithMultipleOccurrences
, OWLEntityCollectionContainerCollector
, OWLObjectComponentCollector
, OWLObjectDuplicator
, OWLObjectTypeIndexProvider
, OWLObjectVisitorAdapter
, OWLOntologyWalkerVisitor
, OWLXMLObjectRenderer
, RDFTranslator
, SimpleRenderer
, StructureWalker
public interface OWLNamedObjectVisitor
Modifier and Type | Method | Description |
---|---|---|
void |
visit(OWLAnnotationProperty property) |
visit OWLAnnotationProperty type
|
void |
visit(OWLClass owlClass) |
visit OWLClass type
|
void |
visit(OWLDataProperty property) |
visit OWLDataProperty type
|
void |
visit(OWLDatatype datatype) |
visit OWLDatatype type
|
void |
visit(OWLNamedIndividual owlIndividual) |
visit OWLNamedIndividual type
|
void |
visit(OWLObjectProperty property) |
visit OWLObjectProperty type
|
void |
visit(OWLOntology ontology) |
visit OWLOntology type
|
void visit(@Nonnull OWLClass owlClass)
owlClass
- owlClass to visitvoid visit(@Nonnull OWLObjectProperty property)
property
- property to visitvoid visit(@Nonnull OWLDataProperty property)
property
- property to visitvoid visit(@Nonnull OWLNamedIndividual owlIndividual)
owlIndividual
- owlIndividual to visitvoid visit(@Nonnull OWLOntology ontology)
ontology
- ontology to visitvoid visit(@Nonnull OWLDatatype datatype)
datatype
- datatype to visitvoid visit(@Nonnull OWLAnnotationProperty property)
property
- property to visitCopyright © 2018 The University of Manchester. All rights reserved.