Uses of Class
org.semanticweb.owl.impl.model.OWLDataFactoryImpl

Packages that use OWLDataFactoryImpl
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
 

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

Methods in org.semanticweb.owl.impl.model that return OWLDataFactoryImpl
static OWLDataFactoryImpl OWLDataFactoryImpl.getInstance(OWLConnection con)
           
 

Constructors in org.semanticweb.owl.impl.model with parameters of type OWLDataFactoryImpl
OWLSubPropertyAxiomImpl(OWLDataFactoryImpl factory, OWLProperty subProperty, OWLProperty superProperty)
           
OWLSubClassAxiomImpl(OWLDataFactoryImpl factory, OWLDescription subClass, OWLDescription superClass)
           
OWLSameIndividualsAxiomImpl(OWLDataFactoryImpl factory, Set set)
           
OWLPropertyImpl(OWLDataFactoryImpl factory)
           
OWLPropertyAxiomImpl(OWLDataFactoryImpl factory)
           
OWLOrImpl(OWLDataFactoryImpl factory, Set set)
           
OWLOntologyImpl(OWLDataFactoryImpl factory, URI logicalURI, URI physicalURI)
           
OWLObjectValueRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLIndividual individual)
           
OWLObjectSomeRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLDescription description)
           
OWLObjectRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property)
           
OWLObjectQuantifiedRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLDescription description)
           
OWLObjectPropertyImpl(OWLDataFactoryImpl factory, URI uri)
           
OWLObjectImpl(OWLDataFactoryImpl factory)
           
OWLObjectCardinalityRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, int atLeast, int atMost)
           
OWLObjectAllRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLDescription description)
           
OWLNotImpl(OWLDataFactoryImpl factory, OWLDescription operand)
           
OWLNaryBooleanDescriptionImpl(OWLDataFactoryImpl factory, Set set)
           
OWLNamedObjectImpl(OWLDataFactoryImpl factory)
           
OWLIndividualImpl(OWLDataFactoryImpl factory, URI uri)
           
OWLIndividualAxiomImpl(OWLDataFactoryImpl factory, Set set)
           
OWLFrameImpl(OWLDataFactoryImpl factory, Set superClasses, Set restrictions)
           
OWLEquivalentPropertiesAxiomImpl(OWLDataFactoryImpl factory, Set set)
           
OWLEquivalentClassesAxiomImpl(OWLDataFactoryImpl factory, Set set)
           
OWLEnumerationImpl(OWLDataFactoryImpl factory, Set set)
           
OWLEntityImpl(OWLDataFactoryImpl factory)
           
OWLDisjointClassesAxiomImpl(OWLDataFactoryImpl factory, Set set)
           
OWLDifferentIndividualsAxiomImpl(OWLDataFactoryImpl factory, Set set)
           
OWLDataValueRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, OWLDataValue value)
           
OWLDataSomeRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, OWLDataRange dataType)
           
OWLDataRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property)
           
OWLDataQuantifiedRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, OWLDataRange dataType)
           
OWLDataPropertyImpl(OWLDataFactoryImpl factory, URI uri)
           
OWLDataEnumerationImpl(OWLDataFactoryImpl factory, Set set)
           
OWLDataCardinalityRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, int atLeast, int atMost)
           
OWLDataAllRestrictionImpl(OWLDataFactoryImpl factory, OWLDataProperty property, OWLDataRange dataType)
           
OWLConcreteDataTypeImpl(OWLDataFactoryImpl factory, URI uri)
           
OWLConcreteDataImpl(OWLDataFactoryImpl factory, URI uri, String lang, Object value)
           
OWLClassImpl(OWLDataFactoryImpl factory, URI uri)
           
OWLClassAxiomImpl(OWLDataFactoryImpl factory)
           
OWLAnnotationPropertyImpl(OWLDataFactoryImpl factory, URI uri)
           
OWLAnnotationInstanceImpl(OWLDataFactoryImpl factory, OWLObject subj, OWLAnnotationProperty prop, Object cont)
           
OWLAndImpl(OWLDataFactoryImpl factory, Set set)
           
 



WonderWeb