uk.ac.manchester.cs.owl.owlapi
Class OWLDataFactoryInternalsImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.owlapi.OWLDataFactoryInternalsImpl
All Implemented Interfaces:
OWLDataFactoryInternals

public class OWLDataFactoryInternalsImpl
extends java.lang.Object
implements OWLDataFactoryInternals


Constructor Summary
OWLDataFactoryInternalsImpl(OWLDataFactory f)
           
 
Method Summary
 OWLAnnotationProperty getOWLAnnotationProperty(IRI iri)
           
 OWLClass getOWLClass(IRI iri)
           
 OWLDataProperty getOWLDataProperty(IRI iri)
           
 OWLDatatype getOWLDatatype(IRI iri)
           
 OWLNamedIndividual getOWLNamedIndividual(IRI iri)
           
 OWLObjectProperty getOWLObjectProperty(IRI iri)
           
 void purge()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLDataFactoryInternalsImpl

public OWLDataFactoryInternalsImpl(OWLDataFactory f)
Method Detail

getOWLClass

public OWLClass getOWLClass(IRI iri)
Specified by:
getOWLClass in interface OWLDataFactoryInternals

purge

public void purge()
Specified by:
purge in interface OWLDataFactoryInternals

getOWLObjectProperty

public OWLObjectProperty getOWLObjectProperty(IRI iri)
Specified by:
getOWLObjectProperty in interface OWLDataFactoryInternals

getOWLDataProperty

public OWLDataProperty getOWLDataProperty(IRI iri)
Specified by:
getOWLDataProperty in interface OWLDataFactoryInternals

getOWLNamedIndividual

public OWLNamedIndividual getOWLNamedIndividual(IRI iri)
Specified by:
getOWLNamedIndividual in interface OWLDataFactoryInternals

getOWLDatatype

public OWLDatatype getOWLDatatype(IRI iri)
Specified by:
getOWLDatatype in interface OWLDataFactoryInternals

getOWLAnnotationProperty

public OWLAnnotationProperty getOWLAnnotationProperty(IRI iri)
Specified by:
getOWLAnnotationProperty in interface OWLDataFactoryInternals