Uses of Interface
org.semanticweb.owlapi.model.OWLDataComplementOf
Packages that use OWLDataComplementOf
Package
Description
Main API classes.
Provider interfaces.
Profile classes.
Utilities package.
Builders package.
-
Uses of OWLDataComplementOf in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model with parameters of type OWLDataComplementOfModifier and TypeMethodDescriptiondefault void
OWLDataRangeVisitor.visit
(OWLDataComplementOf node) visit OWLDataComplementOf typedefault O
OWLDataRangeVisitorEx.visit
(OWLDataComplementOf node) visit OWLDataComplementOf typedefault O
OWLDataVisitorEx.visit
(OWLDataComplementOf node) visit OWLDataComplementOf type -
Uses of OWLDataComplementOf in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return OWLDataComplementOfModifier and TypeMethodDescriptionComplementProvider.getOWLDataComplementOf
(OWLDataRange dataRange) Gets an OWLDataComplementOfComplementProvider.getOWLDataComplementOf
(OWL2Datatype dataRange) Gets an OWLDataComplementOf -
Uses of OWLDataComplementOf in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLDataComplementOf -
Uses of OWLDataComplementOf in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLDataComplementOfModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLDataComplementOf node) OWLObjectDuplicator.visit
(OWLDataComplementOf node) Methods in org.semanticweb.owlapi.util with parameters of type OWLDataComplementOfModifier and TypeMethodDescriptionDelegatingObjectVisitorEx.visit
(OWLDataComplementOf node) void
DLExpressivityChecker.visit
(OWLDataComplementOf node) void
OWLAnnotationPropertyTransformer.visit
(OWLDataComplementOf node) OWLObjectDesharer.visit
(OWLDataComplementOf node) OWLObjectDuplicator.visit
(OWLDataComplementOf node) void
SimpleRenderer.visit
(OWLDataComplementOf node) void
SimpleRendererDebug.visit
(OWLDataComplementOf node) void
StructureWalker.visit
(OWLDataComplementOf node) -
Uses of OWLDataComplementOf in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLDataComplementOfConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLDataComplementOfModifierConstructorDescriptionBuilderDataComplementOf
(OWLDataComplementOf expected, OWLDataFactory df) Builder initialized from an existing object.