| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API 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 |
|---|---|
default ChangeDetails |
OWLOntology.applyChangesAndGetDetails(List<? extends OWLOntologyChange> changes) |
ChangeDetails |
HasApplyChanges.applyChangesAndGetDetails(List<? extends OWLOntologyChange> changes)
Applies a list ontology changes to a collection of ontologies.
|
default ChangeDetails |
HasApplyChanges.applyChangesAndGetDetails(OWLOntologyChange... changes)
Applies a list ontology changes to a collection of ontologies.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeDetails |
OWLOntologyManagerImpl.applyChangesAndGetDetails(List<? extends OWLOntologyChange> changes) |
ChangeDetails |
OWLOntologyImpl.applyChangesAndGetDetails(List<? extends OWLOntologyChange> changes) |
| Modifier and Type | Method and Description |
|---|---|
ChangeDetails |
ConcurrentOWLOntologyImpl.applyChangesAndGetDetails(List<? extends OWLOntologyChange> list) |
Copyright © 2020 The University of Manchester. All rights reserved.