| Package | Description |
|---|---|
| org.coode.owlapi.rdfxml.parser | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.vocab |
| Modifier and Type | Method and Description |
|---|---|
protected OWLRDFVocabulary |
TypeAxiomHandler.getPropertyTriplePredicate()
Gets the IRI of the predicate of the triple that specifies that predicate
of a reified axiom
|
protected OWLRDFVocabulary |
TypeAxiomHandler.getSourceTriplePredicate()
Gets the IRI of the predicate of the triple that specifies the source of
a reified axiom
|
protected OWLRDFVocabulary |
TypeAxiomHandler.getTargetTriplePredicate()
Gets the IRI of the predicate of the triple that specifies the target of
a reified axiom
|
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
OWLRDFConsumer.getLiteralObject(IRI subject,
OWLRDFVocabulary predicate,
boolean consume)
Gets the literal object.
|
IRI |
OWLRDFConsumer.getResourceObject(IRI subject,
OWLRDFVocabulary predicate,
boolean consume)
Gets the resource object.
|
protected boolean |
AbstractTripleHandler.isClassExpressionLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isClassExpressionLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isClassExpressionStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isClassExpressionStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isDataPropertyLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isDataPropertyLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isDataPropertyStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isDataPropertyStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isDataRangeLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isDataRangeLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isDataRangeStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isDataRangeStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isLiteralPresent(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isLiteralPresent(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isNonNegativeIntegerLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isNonNegativeIntegerLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isNonNegativeIntegerStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isNonNegativeIntegerStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isObjectPropertyLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isObjectPropertyLax(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isObjectPropertyStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isObjectPropertyStrict(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractTripleHandler.isResourcePresent(IRI mainNode,
OWLRDFVocabulary predicate) |
protected boolean |
AbstractClassExpressionTranslator.isResourcePresent(IRI mainNode,
OWLRDFVocabulary predicate) |
protected int |
AbstractTripleHandler.translateInteger(IRI mainNode,
OWLRDFVocabulary predicate) |
protected int |
AbstractClassExpressionTranslator.translateInteger(IRI mainNode,
OWLRDFVocabulary predicate) |
| Modifier and Type | Method and Description |
|---|---|
OWLRDFVocabulary |
EntityType.getVocabulary() |
| Modifier and Type | Method and Description |
|---|---|
static OWLRDFVocabulary |
OWLRDFVocabulary.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWLRDFVocabulary[] |
OWLRDFVocabulary.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.