uk.ac.manchester.cs.owl.owlapi
Interface OWLDataFactoryInternals

All Known Implementing Classes:
OWLDataFactoryInternalsImpl

public interface OWLDataFactoryInternals


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()
           
 

Method Detail

getOWLClass

OWLClass getOWLClass(IRI iri)

purge

void purge()

getOWLObjectProperty

OWLObjectProperty getOWLObjectProperty(IRI iri)

getOWLDataProperty

OWLDataProperty getOWLDataProperty(IRI iri)

getOWLNamedIndividual

OWLNamedIndividual getOWLNamedIndividual(IRI iri)

getOWLDatatype

OWLDatatype getOWLDatatype(IRI iri)

getOWLAnnotationProperty

OWLAnnotationProperty getOWLAnnotationProperty(IRI iri)