| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.parameters |
| Modifier and Type | Method and Description |
|---|---|
<T extends OWLAxiom> |
OWLAxiomIndex.getAxioms(Class<T> type,
Class<? extends OWLObject> explicitClass,
OWLObject entity,
Imports includeImports,
Navigation forSubPosition)
Generic search method: resutns all axioms which refer entity, are
instances of type, optionally including the imports closure in the
results.
|
<T extends OWLAxiom> |
OWLAxiomIndex.getAxioms(Class<T> type,
OWLObject entity,
Imports includeImports,
Navigation forSubPosition)
Generic search method: returns all axioms which refer entity, are
instances of type, optionally including the imports closure in the
results.
|
| Modifier and Type | Method and Description |
|---|---|
static Navigation |
Navigation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Navigation[] |
Navigation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.