public class InternalsNoCache extends Object implements OWLDataFactoryInternals, Serializable
| Constructor and Description |
|---|
InternalsNoCache(boolean useCompression) |
public InternalsNoCache(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(String value)
getOWLLiteral in interface OWLDataFactoryInternalsvalue - literal formpublic OWLLiteral getOWLLiteral(String literal, 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(String lexicalValue, OWLDatatype datatype)
getOWLLiteral in interface OWLDataFactoryInternalslexicalValue - literal value for literaldatatype - datatype for literalprotected OWLLiteral getBasicLiteral(String lexicalValue, OWLDatatype datatype)
protected OWLLiteral getBasicLiteral(String lexicalValue, String lang, OWLDatatype datatype)
public 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 OWLDataFactoryInternalsCopyright © 2014 The University of Manchester. All Rights Reserved.