Uses of Interface
org.semanticweb.owl.model.OWLDataRange

Packages that use OWLDataRange
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.manchesterowlsyntax   
org.coode.owl.functionalparser   
org.coode.owl.owlxmlparser   
org.coode.owl.rdfxml.parser   
org.semanticweb.owl.inference   
org.semanticweb.owl.model   
org.semanticweb.owl.profiles   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax.parser   
uk.ac.manchester.cs.owl.inference.dig11   
 

Uses of OWLDataRange in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLDataRange
 void KRSS2OWLObjectRenderer.write(OWLDataRange obj)
           
 

Uses of OWLDataRange in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLDataRange
 OWLDataRange ManchesterOWLSyntaxEditorParser.parseDataRange(boolean allowLookahead)
           
 

Uses of OWLDataRange in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser that return OWLDataRange
 OWLDataRange OWLFunctionalSyntaxParser.DataComplementOf()
           
 OWLDataRange OWLFunctionalSyntaxParser.DataOneOf()
           
 OWLDataRange OWLFunctionalSyntaxParser.DataRange()
           
 OWLDataRange OWLFunctionalSyntaxParser.DataRangeRestriction()
           
 

Uses of OWLDataRange in org.coode.owl.owlxmlparser
 

Methods in org.coode.owl.owlxmlparser that return OWLDataRange
 OWLDataRange AbstractOWLDataRangeHandler.getOWLObject()
           
 

Methods in org.coode.owl.owlxmlparser with parameters of type OWLDataRange
 void AbstractOWLDataRangeHandler.setDataRange(OWLDataRange dataRange)
           
 

Uses of OWLDataRange in org.coode.owl.rdfxml.parser
 

Methods in org.coode.owl.rdfxml.parser that return OWLDataRange
 OWLDataRange OWLRDFConsumer.translateDataRange(java.net.URI uri)
           
 

Uses of OWLDataRange in org.semanticweb.owl.inference
 

Methods in org.semanticweb.owl.inference that return types with arguments of type OWLDataRange
 java.util.Set<OWLDataRange> OWLPropertyReasoner.getRanges(OWLDataProperty property)
           
 java.util.Set<OWLDataRange> NullReasoner.getRanges(OWLDataProperty property)
           
 

Uses of OWLDataRange in org.semanticweb.owl.model
 

Subinterfaces of OWLDataRange in org.semanticweb.owl.model
 interface OWLDataComplementOf
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLDataOneOf
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents a data range which contains a specific set of data values.
 interface OWLDataRangeRestriction
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006
 interface OWLDataType
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 Represents a named data range.
 

Methods in org.semanticweb.owl.model that return OWLDataRange
 OWLDataRange OWLDataRangeRestriction.getDataRange()
          Gets the data range that this data range restricts.
 OWLDataRange OWLDataComplementOf.getDataRange()
          Gets the data range which this data range is a complement of.
 

Methods in org.semanticweb.owl.model with parameters of type OWLDataRange
 OWLDataAllRestriction OWLDataFactory.getOWLDataAllRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 OWLDataComplementOf OWLDataFactory.getOWLDataComplementOf(OWLDataRange dataRange)
           
 OWLDataExactCardinalityRestriction OWLDataFactory.getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataMaxCardinalityRestriction OWLDataFactory.getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataMinCardinalityRestriction OWLDataFactory.getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataPropertyRangeAxiom OWLDataFactory.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression propery, OWLDataRange owlDataRange)
           
 OWLDataRangeRestriction OWLDataFactory.getOWLDataRangeRestriction(OWLDataRange dataRange, OWLDataRangeFacetRestriction... facetRestrictions)
           
 OWLDataRangeRestriction OWLDataFactory.getOWLDataRangeRestriction(OWLDataRange dataRange, OWLRestrictedDataRangeFacetVocabulary facet, OWLTypedConstant typedConstant)
           
 OWLDataRangeRestriction OWLDataFactory.getOWLDataRangeRestriction(OWLDataRange dataRange, java.util.Set<OWLDataRangeFacetRestriction> facetRestrictions)
           
 OWLDataSomeRestriction OWLDataFactory.getOWLDataSomeRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 SWRLDataRangeAtom SWRLDataFactory.getSWRLDataRangeAtom(OWLDataRange rng, SWRLAtomDObject arg)
          Gets a SWRL data range atom, i.e.
 

Uses of OWLDataRange in org.semanticweb.owl.profiles
 

Constructors in org.semanticweb.owl.profiles with parameters of type OWLDataRange
DataRangeNotAllowed(ConstructNotAllowed cause, OWLDataRange construct)
           
DataRangeNotAllowed(OWLDataRange construct)
           
DataRangeNotAllowed(java.util.Set<ConstructNotAllowed> cause, OWLDataRange construct)
           
OWL2Profile.OWL2DataRangeNotAllowed(ConstructNotAllowed cause, OWLDataRange construct)
           
OWL2Profile.OWL2DataRangeNotAllowed(OWLDataRange construct)
           
 

Uses of OWLDataRange in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util that return OWLDataRange
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMaxExclusiveRestrictedInteger(OWLDataFactory dataFactory, N maxExclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMaxInclusiveRestrictedInteger(OWLDataFactory dataFactory, N maxInclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMinExclusiveRestrictedInt(OWLDataFactory dataFactory, N minExclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMinInclusiveRestrictedInt(OWLDataFactory dataFactory, N minInclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMinMaxExclusiveRestrictedInteger(OWLDataFactory dataFactory, N minExclusive, N maxExclusive)
           
static
<N extends java.lang.Number>
OWLDataRange
OWLDataUtil.getMinMaxInclusiveRestrictedInteger(OWLDataFactory dataFactory, N minInclusive, N maxInclusive)
           
 OWLDataRange NNF.visit(OWLDataComplementOf node)
           
 OWLDataRange NNF.visit(OWLDataOneOf node)
           
 OWLDataRange NNF.visit(OWLDataRangeFacetRestriction node)
           
 OWLDataRange NNF.visit(OWLDataRangeRestriction node)
           
 OWLDataRange NNF.visit(OWLDataType node)
           
 OWLDataRange NNF.visit(OWLTypedConstant node)
           
 OWLDataRange NNF.visit(OWLUntypedConstant node)
           
 

Methods in org.semanticweb.owl.util that return types with arguments of type OWLDataRange
 java.util.Set<OWLDataRange> OWLReasonerMediator.getRanges(OWLDataProperty property)
           
 

Uses of OWLDataRange in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLDataRange
 class OWLDataComplementOfImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLDataOneOfImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLDataRangeRestrictionImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 class OWLDataTypeImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLDataRange
 OWLDataRange OWLDataRangeRestrictionImpl.getDataRange()
           
 OWLDataRange OWLDataComplementOfImpl.getDataRange()
           
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLDataRange
 OWLDataAllRestriction OWLDataFactoryImpl.getOWLDataAllRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 OWLDataComplementOf OWLDataFactoryImpl.getOWLDataComplementOf(OWLDataRange dataRange)
           
 OWLDataExactCardinalityRestriction OWLDataFactoryImpl.getOWLDataExactCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataMaxCardinalityRestriction OWLDataFactoryImpl.getOWLDataMaxCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataMinCardinalityRestriction OWLDataFactoryImpl.getOWLDataMinCardinalityRestriction(OWLDataPropertyExpression property, int cardinality, OWLDataRange dataRange)
           
 OWLDataPropertyRangeAxiom OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression propery, OWLDataRange owlDataRange)
           
 OWLDataRangeRestriction OWLDataFactoryImpl.getOWLDataRangeRestriction(OWLDataRange dataRange, OWLDataRangeFacetRestriction... facetRestrictions)
           
 OWLDataRangeRestriction OWLDataFactoryImpl.getOWLDataRangeRestriction(OWLDataRange dataRange, OWLRestrictedDataRangeFacetVocabulary facet, OWLTypedConstant typedConstant)
           
 OWLDataRangeRestriction OWLDataFactoryImpl.getOWLDataRangeRestriction(OWLDataRange dataRange, java.util.Set<OWLDataRangeFacetRestriction> facets)
           
 OWLDataSomeRestriction OWLDataFactoryImpl.getOWLDataSomeRestriction(OWLDataPropertyExpression property, OWLDataRange dataRange)
           
 SWRLDataRangeAtom OWLDataFactoryImpl.getSWRLDataRangeAtom(OWLDataRange rng, SWRLAtomDObject arg)
          Gets a SWRL data range atom, i.e.
 

Constructors in uk.ac.manchester.cs.owl with parameters of type OWLDataRange
OWLDataAllRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, OWLDataRange filler)
           
OWLDataComplementOfImpl(OWLDataFactory dataFactory, OWLDataRange dataRange)
           
OWLDataExactCardinalityRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, int cardinality, OWLDataRange filler)
           
OWLDataMaxCardinalityRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, int cardinality, OWLDataRange filler)
           
OWLDataMinCardinalityRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, int cardinality, OWLDataRange filler)
           
OWLDataPropertyRangeAxiomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, OWLDataRange range)
           
OWLDataRangeRestrictionImpl(OWLDataFactory dataFactory, OWLDataRange dataRange, java.util.Set<OWLDataRangeFacetRestriction> facetRestrictions)
           
OWLDataSomeRestrictionImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression property, OWLDataRange filler)
           
SWRLDataRangeAtomImpl(OWLDataFactory dataFactory, OWLDataRange predicate, SWRLAtomDObject arg)
           
 

Uses of OWLDataRange in uk.ac.manchester.cs.owl.dlsyntax.parser
 

Methods in uk.ac.manchester.cs.owl.dlsyntax.parser that return OWLDataRange
 OWLDataRange DLSyntaxParser.parseDataOneOf()
           
 

Uses of OWLDataRange in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 that return types with arguments of type OWLDataRange
 java.util.Set<OWLDataRange> DIGReasoner.getRanges(OWLDataProperty property)