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

Packages that use OWLDataRange
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.io.owl_rdf   
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
 

Uses of OWLDataRange in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLDataRange
 class OWLConcreteDataTypeImpl
          A place holder for concrete data types.
 class OWLDataEnumerationImpl
          An OWLDataEnumeration is a collection of OWLDataValues, e.g. a data oneOf.
 

Methods in org.semanticweb.owl.impl.model that return OWLDataRange
 OWLDataRange OWLDataQuantifiedRestrictionImpl.getDataType()
          Returns the data type that the restriction quantifies over.
 

Methods in org.semanticweb.owl.impl.model with parameters of type OWLDataRange
 OWLDataAllRestriction OWLDataFactoryImpl.getOWLDataAllRestriction(OWLDataProperty property, OWLDataRange dataType)
           
 OWLDataSomeRestriction OWLDataFactoryImpl.getOWLDataSomeRestriction(OWLDataProperty property, OWLDataRange dataType)
           
 

Constructors in org.semanticweb.owl.impl.model with parameters of type OWLDataRange
OWLDataSomeRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, OWLDataRange dataType)
           
OWLDataQuantifiedRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, OWLDataRange dataType)
           
OWLDataAllRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, OWLDataRange dataType)
           
 

Uses of OWLDataRange in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLDataRange
 OWLDataRange ANTLRParser.dataRange()
          Rule.
 

Uses of OWLDataRange in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf that return OWLDataRange
protected  OWLDataRange OWLConsumer.translateDataRange(URI range)
           
 

Uses of OWLDataRange in org.semanticweb.owl.model
 

Subinterfaces of OWLDataRange in org.semanticweb.owl.model
 interface OWLDataEnumeration
          An OWLDataEnumeration is a collection of OWLDataValues, e.g. a data oneOf.
 interface OWLDataType
          A place holder for concrete data types.
 

Methods in org.semanticweb.owl.model that return OWLDataRange
 OWLDataRange OWLDataQuantifiedRestriction.getDataType()
          Returns the data type that the restriction quantifies over.
 

Methods in org.semanticweb.owl.model with parameters of type OWLDataRange
 OWLDataAllRestriction OWLDataFactory.getOWLDataAllRestriction(OWLDataProperty prop, OWLDataRange type)
           
 OWLDataSomeRestriction OWLDataFactory.getOWLDataSomeRestriction(OWLDataProperty prop, OWLDataRange type)
           
 

Uses of OWLDataRange in org.semanticweb.owl.model.change
 

Methods in org.semanticweb.owl.model.change that return OWLDataRange
 OWLDataRange AddDataPropertyRange.getRange()
          The range.
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLDataRange
AddDataPropertyRange(OWLOntology ontology, OWLDataProperty property, OWLDataRange range, OntologyChange cause)
           
 

Uses of OWLDataRange in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper that return OWLDataRange
 OWLDataRange OWLBuilder.DataRangeComponent.getDataRange()
          Gets the dataRange property.
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLDataRange
 void OWLBuilder.addDataPropertyRange(OWLDataProperty property, OWLDataRange range)
          Adds range to property.
 

Constructors in org.semanticweb.owl.model.helper with parameters of type OWLDataRange
OWLBuilder.DataRangeComponent(OWLDataRange dataRange, int type)
          Creates a new DataRangeComponent instance and sets its dataRange and type properties.
 



WonderWeb