Uses of Interface
org.semanticweb.owlapi.model.OWLDataIntersectionOf
Packages that use OWLDataIntersectionOf
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 OWLDataIntersectionOf in org.obolibrary.macro
Methods in org.obolibrary.macro with parameters of type OWLDataIntersectionOf -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLDataIntersectionOfModifier and TypeMethodDescriptionstatic OWLDataIntersectionOf
OWLFunctionalSyntaxFactory.DataIntersectionOf
(OWLDataRange... dataRanges) -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type OWLDataIntersectionOf -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLDataIntersectionOfModifier and TypeMethodDescriptionvoid
FunctionalSyntaxObjectRenderer.visit
(OWLDataIntersectionOf node) -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLDataIntersectionOf -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLDataIntersectionOfModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLDataIntersectionOf node) -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model with parameters of type OWLDataIntersectionOfModifier and TypeMethodDescriptiondefault void
OWLDataRangeVisitor.visit
(OWLDataIntersectionOf node) visit OWLDataIntersectionOf typedefault O
OWLDataRangeVisitorEx.visit
(OWLDataIntersectionOf node) visit OWLDataIntersectionOf typedefault O
OWLDataVisitorEx.visit
(OWLDataIntersectionOf node) visit OWLDataIntersectionOf type -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return OWLDataIntersectionOfModifier and TypeMethodDescriptiondefault OWLDataIntersectionOf
IntersectionProvider.getOWLDataIntersectionOf
(Collection<? extends OWLDataRange> dataRanges) IntersectionProvider.getOWLDataIntersectionOf
(Stream<? extends OWLDataRange> dataRanges) default OWLDataIntersectionOf
IntersectionProvider.getOWLDataIntersectionOf
(OWLDataRange... dataRanges) -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLDataIntersectionOf -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLDataIntersectionOf -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLDataIntersectionOf -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLDataIntersectionOfModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLDataIntersectionOf node) OWLObjectDuplicator.visit
(OWLDataIntersectionOf node) Methods in org.semanticweb.owlapi.util with parameters of type OWLDataIntersectionOfModifier and TypeMethodDescriptionDelegatingObjectVisitorEx.visit
(OWLDataIntersectionOf node) void
OWLAnnotationPropertyTransformer.visit
(OWLDataIntersectionOf node) OWLObjectDesharer.visit
(OWLDataIntersectionOf node) OWLObjectDuplicator.visit
(OWLDataIntersectionOf node) void
SimpleRenderer.visit
(OWLDataIntersectionOf node) void
SimpleRendererDebug.visit
(OWLDataIntersectionOf node) void
StructureWalker.visit
(OWLDataIntersectionOf node) -
Uses of OWLDataIntersectionOf in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLDataIntersectionOfConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLDataIntersectionOfModifierConstructorDescriptionBuilderDataIntersectionOf
(OWLDataIntersectionOf expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLDataIntersectionOf in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLDataIntersectionOfMethods in uk.ac.manchester.cs.owl.owlapi that return OWLDataIntersectionOfModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLDataIntersectionOf
(Stream<? extends OWLDataRange> dataRanges)