Uses of Interface
org.semanticweb.owlapi.model.OWLDataRange
Packages that use OWLDataRange
Package
Description
OBO macro package.
Binding package.
DL syntax parser.
Functional syntax parser and renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Axiom provider classes.
Provider interfaces.
Violation classes.
RDF/XML syntax parser and renderer.
Knowledge exploration package.
Search utilities package.
Utilities package.
Builders package.
OWL API reference implementation package.
-
Uses of OWLDataRange in org.obolibrary.macro
Methods in org.obolibrary.macro that return OWLDataRangeModifier and TypeMethodDescriptionAbstractDataVisitorEx.visit
(OWLDataComplementOf node) AbstractDataVisitorEx.visit
(OWLDataIntersectionOf node) AbstractDataVisitorEx.visit
(OWLDataOneOf node) AbstractDataVisitorEx.visit
(OWLDatatype node) AbstractDataVisitorEx.visit
(OWLDatatypeRestriction node) AbstractDataVisitorEx.visit
(OWLDataUnionOf node) -
Uses of OWLDataRange in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLDataRangeModifier and TypeMethodDescriptionstatic OWLDataAllValuesFrom
OWLFunctionalSyntaxFactory.DataAllValuesFrom
(OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataComplementOf
OWLFunctionalSyntaxFactory.DataComplementOf
(OWLDataRange dataRange) static OWLDataExactCardinality
OWLFunctionalSyntaxFactory.DataExactCardinality
(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataIntersectionOf
OWLFunctionalSyntaxFactory.DataIntersectionOf
(OWLDataRange... dataRanges) static OWLDataMaxCardinality
OWLFunctionalSyntaxFactory.DataMaxCardinality
(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataMinCardinality
OWLFunctionalSyntaxFactory.DataMinCardinality
(int cardinality, OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDataPropertyRangeAxiom
OWLFunctionalSyntaxFactory.DataPropertyRange
(OWLDataPropertyExpression property, OWLDataRange range) static OWLDataPropertyRangeAxiom
OWLFunctionalSyntaxFactory.DataPropertyRange
(OWLDataPropertyExpression property, OWLDataRange range, Collection<OWLAnnotation> a) static OWLDataSomeValuesFrom
OWLFunctionalSyntaxFactory.DataSomeValuesFrom
(OWLDataPropertyExpression pe, OWLDataRange dr) static OWLDatatypeDefinitionAxiom
OWLFunctionalSyntaxFactory.DatatypeDefinition
(OWLDatatype datatype, OWLDataRange dataRange) static OWLDataUnionOf
OWLFunctionalSyntaxFactory.DataUnionOf
(OWLDataRange... dataRanges) -
Uses of OWLDataRange in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser that return OWLDataRange -
Uses of OWLDataRange in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLDataRangeModifier and TypeMethodDescriptionfinal OWLDataRange
OWLFunctionalSyntaxParser.DataComplementOf()
final OWLDataRange
OWLFunctionalSyntaxParser.DataIntersectionOf()
final OWLDataRange
OWLFunctionalSyntaxParser.DataOneOf()
final OWLDataRange
OWLFunctionalSyntaxParser.DataRange()
final OWLDataRange
OWLFunctionalSyntaxParser.DataRangeRestriction()
final OWLDataRange
OWLFunctionalSyntaxParser.DataUnionOf()
-
Uses of OWLDataRange in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return OWLDataRangeMethods in org.semanticweb.owlapi.manchestersyntax.parser that return types with arguments of type OWLDataRange -
Uses of OWLDataRange in org.semanticweb.owlapi.model
Subinterfaces of OWLDataRange in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents DataComplementOf in the OWL 2 Specification.interface
Represents DataIntersectionOf in the OWL 2 Specification.interface
Represents DataOneOf in the OWL 2 Specification.interface
Represents a Datatype (named data range) in the OWL 2 Specification.interface
Represents a DatatypeRestriction data range in the OWL 2 Specification.interface
Represents a DataUnionOf data range in the OWL 2 Specification.interface
Methods in org.semanticweb.owlapi.model that return OWLDataRangeModifier and TypeMethodDescriptionOWLDataComplementOf.getDataRange()
Gets the data range which this data range is a complement of.OWLDatatypeDefinitionAxiom.getDataRange()
Gets the data range that defines the datatype.SWRLDataRangeAtom.getPredicate()
Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLDataRangeModifier and TypeMethodDescriptiondefault Set
<OWLDataRange> OWLNaryDataRange.getOperands()
OWLNaryDataRange.operands()
-
Uses of OWLDataRange in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders with parameters of type OWLDataRangeModifier and TypeMethodDescriptiondefault OWLDataPropertyRangeAxiom
RangeAxiomProvider.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWLDataRange owlDataRange) RangeAxiomProvider.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWLDataRange owlDataRange, Collection<OWLAnnotation> annotations) default OWLDatatypeDefinitionAxiom
DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom
(OWLDatatype datatype, OWLDataRange dataRange) DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom
(OWLDatatype datatype, OWLDataRange dataRange, Collection<OWLAnnotation> annotations) -
Uses of OWLDataRange in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers with parameters of type OWLDataRangeModifier and TypeMethodDescriptionUniversalProvider.getOWLDataAllValuesFrom
(OWLDataPropertyExpression property, OWLDataRange dataRange) ComplementProvider.getOWLDataComplementOf
(OWLDataRange dataRange) Gets an OWLDataComplementOfCardinalityRestrictionProvider.getOWLDataExactCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) default OWLDataIntersectionOf
IntersectionProvider.getOWLDataIntersectionOf
(OWLDataRange... dataRanges) CardinalityRestrictionProvider.getOWLDataMaxCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) CardinalityRestrictionProvider.getOWLDataMinCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) ExistentialProvider.getOWLDataSomeValuesFrom
(OWLDataPropertyExpression property, OWLDataRange dataRange) Gets an OWLDataSomeValuesFrom restrictiondefault OWLDataUnionOf
UnionProvider.getOWLDataUnionOf
(OWLDataRange... dataRanges) SWRLProvider.getSWRLDataRangeAtom
(OWLDataRange predicate, SWRLDArgument arg) Gets a SWRL atom where the predicate is a data range, i.e.Method parameters in org.semanticweb.owlapi.model.providers with type arguments of type OWLDataRangeModifier and TypeMethodDescriptiondefault OWLDataIntersectionOf
IntersectionProvider.getOWLDataIntersectionOf
(Collection<? extends OWLDataRange> dataRanges) IntersectionProvider.getOWLDataIntersectionOf
(Stream<? extends OWLDataRange> dataRanges) default OWLDataUnionOf
UnionProvider.getOWLDataUnionOf
(Collection<? extends OWLDataRange> dataRanges) UnionProvider.getOWLDataUnionOf
(Stream<? extends OWLDataRange> dataRanges) -
Uses of OWLDataRange in org.semanticweb.owlapi.profiles.violations
Methods in org.semanticweb.owlapi.profiles.violations that return OWLDataRangeConstructors in org.semanticweb.owlapi.profiles.violations with parameters of type OWLDataRangeModifierConstructorDescriptionUseOfIllegalDataRange
(OWLOntology ontology, OWLAxiom axiom, OWLDataRange dataRange) -
Uses of OWLDataRange in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser that return OWLDataRangeModifier and TypeMethodDescriptionOWLRDFConsumer.translateDataRange
(IRI n) Given a main node, translated data ranges according to Table 12. -
Uses of OWLDataRange in org.semanticweb.owlapi.reasoner.knowledgeexploration
Methods in org.semanticweb.owlapi.reasoner.knowledgeexploration that return types with arguments of type OWLDataRangeModifier and TypeMethodDescriptionNode
<? extends OWLDataRange> OWLKnowledgeExplorerReasoner.getDataLabel
(OWLKnowledgeExplorerReasoner.RootNode node, boolean deterministicOnly) -
Uses of OWLDataRange in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search that return types with arguments of type OWLDataRangeModifier and TypeMethodDescriptionstatic Stream
<OWLDataRange> EntitySearcher.getRanges
(OWLDataProperty e, Stream<OWLOntology> ontologies) Gets the asserted ranges of e by examining the axioms in the specified ontologies.static Stream
<OWLDataRange> EntitySearcher.getRanges
(OWLDataProperty e, OWLOntology ontology) Gets the ranges of e that have been asserted in the specified ontology. -
Uses of OWLDataRange in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return types with arguments of type OWLDataRangeModifier and TypeMethodDescriptionOWLObjectWalker.getDataRangePath()
Gets the current data range path. -
Uses of OWLDataRange in org.semanticweb.owlapi.util.mansyntax
Methods in org.semanticweb.owlapi.util.mansyntax that return OWLDataRangeMethods in org.semanticweb.owlapi.util.mansyntax that return types with arguments of type OWLDataRange -
Uses of OWLDataRange in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLDataRangeModifier and TypeMethodDescriptionBaseDataBuilder.getDataRange()
BuilderSWRLDataRangeAtom.getPredicate()
BaseDataBuilder.getRange()
BuilderDataComplementOf.getRange()
BuilderDatatypeDefinition.getRange()
Methods in org.semanticweb.owlapitools.builders with parameters of type OWLDataRangeModifier and TypeMethodDescriptionBuilderSWRLDataRangeAtom.with
(OWLDataRange arg) BaseDataBuilder.withRange
(OWLDataRange arg) BuilderDataComplementOf.withRange
(OWLDataRange arg) BuilderDatatypeDefinition.withType
(OWLDataRange arg) -
Uses of OWLDataRange in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition with parameters of type OWLDataRange -
Uses of OWLDataRange in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLDataRangeModifier and TypeClassDescriptionclass
An optimised implementation of OWLDatatype for OWL2Datatypes.class
class
class
class
class
class
class
Methods in uk.ac.manchester.cs.owl.owlapi that return OWLDataRangeModifier and TypeMethodDescriptionOWLDataComplementOfImpl.getDataRange()
OWLDatatypeDefinitionAxiomImpl.getDataRange()
SWRLDataRangeAtomImpl.getPredicate()
Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLDataRangeModifier and TypeMethodDescriptionOWLNaryDataRangeImpl.getOperandsAsList()
OWLNaryDataRangeImpl.operands()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLDataRangeModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLDataAllValuesFrom
(OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataComplementOf
(OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataExactCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataMaxCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataMinCardinality
(int cardinality, OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWLDataRange owlDataRange, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataSomeValuesFrom
(OWLDataPropertyExpression property, OWLDataRange dataRange) OWLDataFactoryImpl.getOWLDatatypeDefinitionAxiom
(OWLDatatype datatype, OWLDataRange dataRange, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getSWRLDataRangeAtom
(OWLDataRange predicate, SWRLDArgument arg) Method parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLDataRangeModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLDataIntersectionOf
(Stream<? extends OWLDataRange> dataRanges) OWLDataFactoryImpl.getOWLDataUnionOf
(Stream<? extends OWLDataRange> dataRanges) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLDataRangeModifierConstructorDescriptionOWLDataAllValuesFromImpl
(OWLDataPropertyExpression property, OWLDataRange filler) OWLDataComplementOfImpl
(OWLDataRange dataRange) OWLDataExactCardinalityImpl
(OWLDataPropertyExpression property, int cardinality, OWLDataRange filler) OWLDataMaxCardinalityImpl
(OWLDataPropertyExpression property, int cardinality, OWLDataRange filler) OWLDataMinCardinalityImpl
(OWLDataPropertyExpression property, int cardinality, OWLDataRange filler) OWLDataPropertyRangeAxiomImpl
(OWLDataPropertyExpression property, OWLDataRange range, Collection<OWLAnnotation> annotations) OWLDataSomeValuesFromImpl
(OWLDataPropertyExpression property, OWLDataRange filler) OWLDatatypeDefinitionAxiomImpl
(OWLDatatype datatype, OWLDataRange dataRange, Collection<OWLAnnotation> annotations) OWLQuantifiedDataRestrictionImpl
(OWLDataPropertyExpression property, OWLDataRange filler) SWRLDataRangeAtomImpl
(OWLDataRange predicate, SWRLDArgument arg) Constructor parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLDataRangeModifierConstructorDescriptionOWLDataIntersectionOfImpl
(List<OWLDataRange> operands) OWLDataUnionOfImpl
(List<OWLDataRange> operands)