public class OWLDataFactoryInternalsImplNoCache extends Object implements OWLDataFactoryInternals, Serializable
| Constructor and Description |
|---|
OWLDataFactoryInternalsImplNoCache(boolean useCompression) |
public OWLDataFactoryInternalsImplNoCache(boolean useCompression)
useCompression - true if compression of literals should be usedpublic void purge()
OWLDataFactoryInternalspurge in interface OWLDataFactoryInternalspublic OWLClass getOWLClass(IRI iri)
getOWLClass in interface OWLDataFactoryInternalsiri - new class IRIpublic OWLObjectProperty getOWLObjectProperty(IRI iri)
getOWLObjectProperty in interface OWLDataFactoryInternalsiri - new object property IRIpublic OWLDataProperty getOWLDataProperty(IRI iri)
getOWLDataProperty in interface OWLDataFactoryInternalsiri - new OWLDataProperty IRIpublic OWLNamedIndividual getOWLNamedIndividual(IRI iri)
getOWLNamedIndividual in interface OWLDataFactoryInternalsiri - new OWLNamedIndividual IRIpublic OWLDatatype getOWLDatatype(IRI iri)
getOWLDatatype in interface OWLDataFactoryInternalsiri - new OWLDatatype IRIpublic OWLAnnotationProperty getOWLAnnotationProperty(IRI iri)
getOWLAnnotationProperty in interface OWLDataFactoryInternalsiri - new OWLAnnotationProperty IRIpublic OWLLiteral getOWLLiteral(float value)
getOWLLiteral in interface OWLDataFactoryInternalsvalue - float value for literalpublic OWLLiteral getOWLLiteral(@Nonnull String value)
getOWLLiteral in interface OWLDataFactoryInternalsvalue - literal formpublic OWLLiteral getOWLLiteral(String literal, @Nullable String lang)
getOWLLiteral in interface OWLDataFactoryInternalsliteral - literal formlang - language tag, can be nullpublic OWLLiteral getOWLLiteral(int value)
getOWLLiteral in interface OWLDataFactoryInternalsvalue - int value for literalpublic OWLLiteral getOWLLiteral(boolean value)
getOWLLiteral in interface OWLDataFactoryInternalsvalue - boolean value for literalpublic OWLLiteral getOWLLiteral(double value)
getOWLLiteral in interface OWLDataFactoryInternalsvalue - double value for literalpublic OWLLiteral getOWLLiteral(@Nonnull String lexicalValue, @Nonnull OWLDatatype datatype)
getOWLLiteral in interface OWLDataFactoryInternalslexicalValue - literal value for literaldatatype - datatype for literalpublic OWLDatatype getTopDatatype()
getTopDatatype in interface OWLDataFactoryInternalspublic OWLDatatype getIntegerOWLDatatype()
getIntegerOWLDatatype in interface OWLDataFactoryInternalspublic OWLDatatype getFloatOWLDatatype()
getFloatOWLDatatype in interface OWLDataFactoryInternalspublic OWLDatatype getDoubleOWLDatatype()
getDoubleOWLDatatype in interface OWLDataFactoryInternalspublic OWLDatatype getBooleanOWLDatatype()
getBooleanOWLDatatype in interface OWLDataFactoryInternalspublic OWLDatatype getRDFPlainLiteral()
getRDFPlainLiteral in interface OWLDataFactoryInternalspublic OWLAnnotation getOWLAnnotation(OWLAnnotationProperty property, OWLAnnotationValue value, @Nonnull Set<? extends OWLAnnotation> annotations)
OWLDataFactoryInternalsgetOWLAnnotation in interface OWLDataFactoryInternalsproperty - property to usevalue - value to useannotations - annotations to useCopyright © 2020 The University of Manchester. All rights reserved.