public interface OWLDataFactoryInternals
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
getBooleanOWLDatatype() |
OWLDatatype |
getDoubleOWLDatatype() |
OWLDatatype |
getFloatOWLDatatype() |
OWLDatatype |
getIntegerOWLDatatype() |
OWLAnnotationProperty |
getOWLAnnotationProperty(IRI iri) |
OWLClass |
getOWLClass(IRI iri) |
OWLDataProperty |
getOWLDataProperty(IRI iri) |
OWLDatatype |
getOWLDatatype(IRI iri) |
OWLLiteral |
getOWLLiteral(boolean value) |
OWLLiteral |
getOWLLiteral(double value) |
OWLLiteral |
getOWLLiteral(float value) |
OWLLiteral |
getOWLLiteral(int value) |
OWLLiteral |
getOWLLiteral(String value) |
OWLLiteral |
getOWLLiteral(String lexicalValue,
OWLDatatype datatype) |
OWLLiteral |
getOWLLiteral(String literal,
String lang) |
OWLNamedIndividual |
getOWLNamedIndividual(IRI iri) |
OWLObjectProperty |
getOWLObjectProperty(IRI iri) |
OWLDatatype |
getRDFPlainLiteral() |
OWLDatatype |
getTopDatatype() |
void |
purge()
purge any caches.
|
OWLClass getOWLClass(IRI iri)
iri - new class IRIvoid purge()
OWLObjectProperty getOWLObjectProperty(IRI iri)
iri - new object property IRIOWLDataProperty getOWLDataProperty(IRI iri)
iri - new OWLDataProperty IRIOWLNamedIndividual getOWLNamedIndividual(IRI iri)
iri - new OWLNamedIndividual IRIOWLDatatype getOWLDatatype(IRI iri)
iri - new OWLDatatype IRIOWLAnnotationProperty getOWLAnnotationProperty(IRI iri)
iri - new OWLAnnotationProperty IRIOWLLiteral getOWLLiteral(String lexicalValue, OWLDatatype datatype)
lexicalValue - literal value for literaldatatype - datatype for literalOWLLiteral getOWLLiteral(int value)
value - int value for literalOWLLiteral getOWLLiteral(boolean value)
value - boolean value for literalOWLLiteral getOWLLiteral(double value)
value - double value for literalOWLLiteral getOWLLiteral(float value)
value - float value for literalOWLLiteral getOWLLiteral(String value)
value - literal formOWLLiteral getOWLLiteral(String literal, String lang)
literal - literal formlang - language tag, can be nullOWLDatatype getTopDatatype()
OWLDatatype getIntegerOWLDatatype()
OWLDatatype getFloatOWLDatatype()
OWLDatatype getDoubleOWLDatatype()
OWLDatatype getBooleanOWLDatatype()
OWLDatatype getRDFPlainLiteral()
Copyright © 2014 The University of Manchester. All Rights Reserved.