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(java.lang.String value) |
OWLLiteral |
getOWLLiteral(java.lang.String lexicalValue,
OWLDatatype datatype) |
OWLLiteral |
getOWLLiteral(java.lang.String literal,
java.lang.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(java.lang.String lexicalValue, OWLDatatype datatype)
lexicalValue
- datatype
- OWLLiteral getOWLLiteral(int value)
value
- OWLLiteral getOWLLiteral(boolean value)
value
- OWLLiteral getOWLLiteral(double value)
value
- OWLLiteral getOWLLiteral(float value)
value
- OWLLiteral getOWLLiteral(java.lang.String value)
value
- OWLLiteral getOWLLiteral(java.lang.String literal, java.lang.String lang)
literal
- lang
- OWLDatatype getTopDatatype()
OWLDatatype getIntegerOWLDatatype()
OWLDatatype getFloatOWLDatatype()
OWLDatatype getDoubleOWLDatatype()
OWLDatatype getBooleanOWLDatatype()
OWLDatatype getRDFPlainLiteral()