public class OWLDataFactoryInternalsImpl extends OWLDataFactoryInternalsImplNoCache
| Constructor and Description |
|---|
OWLDataFactoryInternalsImpl(boolean useCompression) |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
java.util.stream.Stream<OWLAnnotation> anns)
Construct an OWLAnnotation.
|
OWLAnnotationProperty |
getOWLAnnotationProperty(IRI iri) |
OWLClass |
getOWLClass(IRI iri) |
OWLDataProperty |
getOWLDataProperty(IRI iri) |
OWLDatatype |
getOWLDatatype(IRI iri) |
OWLLiteral |
getOWLLiteral(String literal,
String lang) |
OWLNamedIndividual |
getOWLNamedIndividual(IRI iri) |
OWLObjectProperty |
getOWLObjectProperty(IRI iri) |
void |
purge()
purge any caches.
|
getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteralpublic OWLDataFactoryInternalsImpl(boolean useCompression)
useCompression - true if literals should be compressedpublic OWLClass getOWLClass(IRI iri)
getOWLClass in interface OWLDataFactoryInternalsgetOWLClass in class OWLDataFactoryInternalsImplNoCacheiri - new class IRIpublic void purge()
OWLDataFactoryInternalspurge in interface OWLDataFactoryInternalspurge in class OWLDataFactoryInternalsImplNoCachepublic OWLObjectProperty getOWLObjectProperty(IRI iri)
getOWLObjectProperty in interface OWLDataFactoryInternalsgetOWLObjectProperty in class OWLDataFactoryInternalsImplNoCacheiri - new object property IRIpublic OWLDataProperty getOWLDataProperty(IRI iri)
getOWLDataProperty in interface OWLDataFactoryInternalsgetOWLDataProperty in class OWLDataFactoryInternalsImplNoCacheiri - new OWLDataProperty IRIpublic OWLNamedIndividual getOWLNamedIndividual(IRI iri)
getOWLNamedIndividual in interface OWLDataFactoryInternalsgetOWLNamedIndividual in class OWLDataFactoryInternalsImplNoCacheiri - new OWLNamedIndividual IRIpublic OWLDatatype getOWLDatatype(IRI iri)
getOWLDatatype in interface OWLDataFactoryInternalsgetOWLDatatype in class OWLDataFactoryInternalsImplNoCacheiri - new OWLDatatype IRIpublic OWLAnnotationProperty getOWLAnnotationProperty(IRI iri)
getOWLAnnotationProperty in interface OWLDataFactoryInternalsgetOWLAnnotationProperty in class OWLDataFactoryInternalsImplNoCacheiri - new OWLAnnotationProperty IRIpublic OWLLiteral getOWLLiteral(String literal, @Nullable String lang)
getOWLLiteral in interface OWLDataFactoryInternalsgetOWLLiteral in class OWLDataFactoryInternalsImplNoCacheliteral - literal formlang - language tag, can be nullpublic OWLAnnotation getOWLAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value, java.util.stream.Stream<OWLAnnotation> anns)
OWLDataFactoryInternalsgetOWLAnnotation in interface OWLDataFactoryInternalsgetOWLAnnotation in class OWLDataFactoryInternalsImplNoCacheproperty - the annotation propertyvalue - the annotation valueanns - annotations on the annotationCopyright © 2017 The University of Manchester. All Rights Reserved.