| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.parameters |
Parameter classes.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLAxiomCollection.containsAxiom(OWLAxiom axiom,
Imports includeImportsClosure,
AxiomAnnotations ignoreAnnotations)
Determines if this ontology contains the specified axiom, optionally
including the imports closure.
|
| Modifier and Type | Method and Description |
|---|---|
static AxiomAnnotations |
AxiomAnnotations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxiomAnnotations[] |
AxiomAnnotations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLImmutableOntologyImpl.containsAxiom(OWLAxiom axiom,
Imports imports,
AxiomAnnotations ignoreAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConcurrentOWLOntologyImpl.containsAxiom(OWLAxiom owlAxiom,
Imports imports,
AxiomAnnotations axiomAnnotations) |
Copyright © 2017 The University of Manchester. All rights reserved.