public class OWLDataFactoryInternalsImpl extends InternalsNoCache
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OWLDataFactoryInternalsImpl.Buildable |
protected class |
OWLDataFactoryInternalsImpl.BuildableWeakIndexCache<V extends OWLEntity> |
| Constructor and Description |
|---|
OWLDataFactoryInternalsImpl(boolean useCompression) |
| Modifier and Type | Method and Description |
|---|---|
protected <V extends OWLEntity> |
buildCache() |
OWLAnnotationProperty |
getOWLAnnotationProperty(IRI iri) |
OWLClass |
getOWLClass(IRI iri) |
OWLDataProperty |
getOWLDataProperty(IRI iri) |
OWLDatatype |
getOWLDatatype(IRI iri) |
OWLLiteral |
getOWLLiteral(double value) |
OWLLiteral |
getOWLLiteral(float value) |
OWLLiteral |
getOWLLiteral(int value) |
OWLLiteral |
getOWLLiteral(String value) |
OWLLiteral |
getOWLLiteral(String lexicalValue,
OWLDatatype datatype) |
OWLNamedIndividual |
getOWLNamedIndividual(IRI iri) |
OWLObjectProperty |
getOWLObjectProperty(IRI iri) |
void |
purge()
purge any caches.
|
getBasicLiteral, getBasicLiteral, getBooleanOWLDatatype, getDoubleOWLDatatype, getFloatOWLDatatype, getIntegerOWLDatatype, getOWLLiteral, getOWLLiteral, getRDFPlainLiteral, getTopDatatypepublic OWLDataFactoryInternalsImpl(boolean useCompression)
useCompression - true if literals should be compressedprotected <V extends OWLEntity> OWLDataFactoryInternalsImpl.BuildableWeakIndexCache<V> buildCache()
public OWLLiteral getOWLLiteral(float value)
getOWLLiteral in interface OWLDataFactoryInternalsgetOWLLiteral in class InternalsNoCachevalue - float value for literalpublic OWLLiteral getOWLLiteral(String value)
getOWLLiteral in interface OWLDataFactoryInternalsgetOWLLiteral in class InternalsNoCachevalue - literal formpublic OWLLiteral getOWLLiteral(int value)
getOWLLiteral in interface OWLDataFactoryInternalsgetOWLLiteral in class InternalsNoCachevalue - int value for literalpublic OWLLiteral getOWLLiteral(double value)
getOWLLiteral in interface OWLDataFactoryInternalsgetOWLLiteral in class InternalsNoCachevalue - double value for literalpublic OWLLiteral getOWLLiteral(String lexicalValue, OWLDatatype datatype)
getOWLLiteral in interface OWLDataFactoryInternalsgetOWLLiteral in class InternalsNoCachelexicalValue - literal value for literaldatatype - datatype for literalpublic OWLClass getOWLClass(IRI iri)
getOWLClass in interface OWLDataFactoryInternalsgetOWLClass in class InternalsNoCacheiri - new class IRIpublic void purge()
OWLDataFactoryInternalspurge in interface OWLDataFactoryInternalspurge in class InternalsNoCachepublic OWLObjectProperty getOWLObjectProperty(IRI iri)
getOWLObjectProperty in interface OWLDataFactoryInternalsgetOWLObjectProperty in class InternalsNoCacheiri - new object property IRIpublic OWLDataProperty getOWLDataProperty(IRI iri)
getOWLDataProperty in interface OWLDataFactoryInternalsgetOWLDataProperty in class InternalsNoCacheiri - new OWLDataProperty IRIpublic OWLNamedIndividual getOWLNamedIndividual(IRI iri)
getOWLNamedIndividual in interface OWLDataFactoryInternalsgetOWLNamedIndividual in class InternalsNoCacheiri - new OWLNamedIndividual IRIpublic OWLDatatype getOWLDatatype(IRI iri)
getOWLDatatype in interface OWLDataFactoryInternalsgetOWLDatatype in class InternalsNoCacheiri - new OWLDatatype IRIpublic OWLAnnotationProperty getOWLAnnotationProperty(IRI iri)
getOWLAnnotationProperty in interface OWLDataFactoryInternalsgetOWLAnnotationProperty in class InternalsNoCacheiri - new OWLAnnotationProperty IRICopyright © 2014 The University of Manchester. All Rights Reserved.