OWLDataVisitor
, 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 OWLDataRangeVisitor
OWLDataRange
s.Modifier and Type | Method | Description |
---|---|---|
void |
visit(OWLDataComplementOf node) |
visit OWLDataComplementOf type
|
void |
visit(OWLDataIntersectionOf node) |
visit OWLDataIntersectionOf type
|
void |
visit(OWLDataOneOf node) |
visit OWLDataOneOf type
|
void |
visit(OWLDatatype node) |
visit OWLDatatype type
|
void |
visit(OWLDatatypeRestriction node) |
visit OWLDatatypeRestriction type
|
void |
visit(OWLDataUnionOf node) |
visit OWLDataUnionOf type
|
void visit(@Nonnull OWLDatatype node)
node
- node to visitvoid visit(@Nonnull OWLDataOneOf node)
node
- node to visitvoid visit(@Nonnull OWLDataComplementOf node)
node
- node to visitvoid visit(@Nonnull OWLDataIntersectionOf node)
node
- node to visitvoid visit(@Nonnull OWLDataUnionOf node)
node
- node to visitvoid visit(@Nonnull OWLDatatypeRestriction node)
node
- node to visitCopyright © 2018 The University of Manchester. All rights reserved.