public class OWLDataFactoryInternalsImpl extends OWLDataFactoryInternalsImplNoCache
Constructor and Description |
---|
OWLDataFactoryInternalsImpl(boolean useCompression) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotation |
getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Stream<OWLAnnotation> anns)
Construct an OWLAnnotation.
|
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()
purge any caches.
|
getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral, getOWLLiteral
public OWLDataFactoryInternalsImpl(boolean useCompression)
useCompression
- true if literals should be compressedpublic OWLClass getOWLClass(IRI iri)
getOWLClass
in interface OWLDataFactoryInternals
getOWLClass
in class OWLDataFactoryInternalsImplNoCache
iri
- new class IRIpublic void purge()
OWLDataFactoryInternals
purge
in interface OWLDataFactoryInternals
purge
in class OWLDataFactoryInternalsImplNoCache
public OWLObjectProperty getOWLObjectProperty(IRI iri)
getOWLObjectProperty
in interface OWLDataFactoryInternals
getOWLObjectProperty
in class OWLDataFactoryInternalsImplNoCache
iri
- new object property IRIpublic OWLDataProperty getOWLDataProperty(IRI iri)
getOWLDataProperty
in interface OWLDataFactoryInternals
getOWLDataProperty
in class OWLDataFactoryInternalsImplNoCache
iri
- new OWLDataProperty IRIpublic OWLNamedIndividual getOWLNamedIndividual(IRI iri)
getOWLNamedIndividual
in interface OWLDataFactoryInternals
getOWLNamedIndividual
in class OWLDataFactoryInternalsImplNoCache
iri
- new OWLNamedIndividual IRIpublic OWLDatatype getOWLDatatype(IRI iri)
getOWLDatatype
in interface OWLDataFactoryInternals
getOWLDatatype
in class OWLDataFactoryInternalsImplNoCache
iri
- new OWLDatatype IRIpublic OWLAnnotationProperty getOWLAnnotationProperty(IRI iri)
getOWLAnnotationProperty
in interface OWLDataFactoryInternals
getOWLAnnotationProperty
in class OWLDataFactoryInternalsImplNoCache
iri
- new OWLAnnotationProperty IRIpublic OWLAnnotation getOWLAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> anns)
OWLDataFactoryInternals
getOWLAnnotation
in interface OWLDataFactoryInternals
getOWLAnnotation
in class OWLDataFactoryInternalsImplNoCache
property
- the annotation propertyvalue
- the annotation valueanns
- annotations on the annotationCopyright © 2020 The University of Manchester. All rights reserved.