Uses of Interface
org.semanticweb.owlapi.model.OWLDataUnionOf
Packages that use OWLDataUnionOf
Package
Description
OBO macro package.
Binding package.
DL syntax renderer.
Functional syntax parser and renderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Provider interfaces.
OWL/XML syntax parser and renderer.
Profile classes.
RDF model package.
Utilities package.
Builders package.
OWL API reference implementation package.
-
Uses of OWLDataUnionOf in org.obolibrary.macro
Methods in org.obolibrary.macro with parameters of type OWLDataUnionOf -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLDataUnionOfModifier and TypeMethodDescriptionstatic OWLDataUnionOf
OWLFunctionalSyntaxFactory.DataUnionOf
(OWLDataRange... dataRanges) -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type OWLDataUnionOf -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLDataUnionOf -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLDataUnionOf -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLDataUnionOfModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLDataUnionOf node) -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model with parameters of type OWLDataUnionOfModifier and TypeMethodDescriptiondefault void
OWLDataRangeVisitor.visit
(OWLDataUnionOf node) visit OWLDataUnionOf typedefault O
OWLDataRangeVisitorEx.visit
(OWLDataUnionOf node) visit OWLDataUnionOf typedefault O
OWLDataVisitorEx.visit
(OWLDataUnionOf node) visit OWLDataUnionOf type -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return OWLDataUnionOfModifier and TypeMethodDescriptiondefault OWLDataUnionOf
UnionProvider.getOWLDataUnionOf
(Collection<? extends OWLDataRange> dataRanges) UnionProvider.getOWLDataUnionOf
(Stream<? extends OWLDataRange> dataRanges) default OWLDataUnionOf
UnionProvider.getOWLDataUnionOf
(OWLDataRange... dataRanges) -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLDataUnionOf -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLDataUnionOf -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLDataUnionOf -
Uses of OWLDataUnionOf in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLDataUnionOfModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLDataUnionOf node) OWLObjectDuplicator.visit
(OWLDataUnionOf node) Methods in org.semanticweb.owlapi.util with parameters of type OWLDataUnionOfModifier and TypeMethodDescriptionDelegatingObjectVisitorEx.visit
(OWLDataUnionOf node) void
OWLAnnotationPropertyTransformer.visit
(OWLDataUnionOf node) OWLObjectDesharer.visit
(OWLDataUnionOf node) OWLObjectDuplicator.visit
(OWLDataUnionOf node) void
SimpleRenderer.visit
(OWLDataUnionOf node) void
SimpleRendererDebug.visit
(OWLDataUnionOf node) void
StructureWalker.visit
(OWLDataUnionOf node) -
Uses of OWLDataUnionOf in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLDataUnionOfConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLDataUnionOfModifierConstructorDescriptionBuilderDataUnionOf
(OWLDataUnionOf expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLDataUnionOf in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLDataUnionOfMethods in uk.ac.manchester.cs.owl.owlapi that return OWLDataUnionOfModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLDataUnionOf
(Stream<? extends OWLDataRange> dataRanges)