| 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 |
|---|---|
default ChangeApplied |
HasDirectAddAxioms.add(Collection<? extends OWLAxiom> axioms)
A convenience method that adds a set of axioms to an ontology.
|
default ChangeApplied |
HasDirectAddAxioms.add(OWLAxiom... axioms)
A convenience method that adds a set of axioms to an ontology.
|
default ChangeApplied |
HasDirectAddAxiom.add(OWLAxiom axiom)
A convenience method that adds a single axiom to an ontology.
|
default ChangeApplied |
OWLOntology.addAxiom(OWLAxiom axiom) |
ChangeApplied |
HasDirectAddAxiom.addAxiom(OWLAxiom axiom)
A convenience method that adds a single axiom to an ontology.
|
ChangeApplied |
HasAddAxiom.addAxiom(OWLOntology ont,
OWLAxiom axiom)
A convenience method that adds a single axiom to an ontology.
|
default ChangeApplied |
OWLOntology.addAxioms(Collection<? extends OWLAxiom> axioms) |
ChangeApplied |
HasDirectAddAxioms.addAxioms(Collection<? extends OWLAxiom> axioms)
A convenience method that adds a set of axioms to an ontology.
|
default ChangeApplied |
OWLOntology.addAxioms(OWLAxiom... axioms) |
ChangeApplied |
HasDirectAddAxioms.addAxioms(OWLAxiom... axioms)
A convenience method that adds a set of axioms to an ontology.
|
default ChangeApplied |
HasAddAxioms.addAxioms(OWLOntology ont,
Collection<? extends OWLAxiom> axioms)
Deprecated.
use
HasAddAxioms.addAxioms(OWLOntology, Stream) instead. |
ChangeApplied |
HasAddAxioms.addAxioms(OWLOntology ont,
Stream<? extends OWLAxiom> axioms)
A convenience method that adds a set of axioms to an ontology.
|
default ChangeApplied |
OWLOntology.addAxioms(Stream<? extends OWLAxiom> axioms) |
ChangeApplied |
HasDirectAddAxioms.addAxioms(Stream<? extends OWLAxiom> axioms)
A convenience method that adds a set of axioms to an ontology.
|
default ChangeApplied |
OWLOntology.applyChange(OWLOntologyChange change) |
ChangeApplied |
HasApplyChange.applyChange(OWLOntologyChange change)
A convenience method that applies just one change to an ontology.
|
default ChangeApplied |
HasApplyChanges.applyChanges(List<? extends OWLOntologyChange> changes)
Applies a list ontology changes to a collection of ontologies.
|
default ChangeApplied |
HasApplyChanges.applyChanges(OWLOntologyChange... changes)
Applies a list ontology changes to a collection of ontologies.
|
default ChangeApplied |
OWLOntology.applyDirectChange(OWLOntologyChange change) |
ChangeApplied |
HasApplyDirectChange.applyDirectChange(OWLOntologyChange change)
A convenience method that applies just one change to this ontology.
|
ChangeApplied |
ChangeDetails.getChangeEffect() |
default ChangeApplied |
HasDirectRemoveAxioms.remove(Collection<? extends OWLAxiom> axioms)
A convenience method that removes a set of axioms from this object.
|
default ChangeApplied |
HasDirectRemoveAxioms.remove(OWLAxiom... axioms)
A convenience method that removes a set of axioms from this object.
|
default ChangeApplied |
HasDirectRemoveAxiom.remove(OWLAxiom axiom)
A convenience method that removes a single axiom from this object.
|
default ChangeApplied |
HasDirectRemoveAxioms.remove(Stream<? extends OWLAxiom> axioms)
A convenience method that removes a set of axioms from this object.
|
default ChangeApplied |
OWLOntology.removeAxiom(OWLAxiom axiom) |
ChangeApplied |
HasDirectRemoveAxiom.removeAxiom(OWLAxiom axiom)
A convenience method that removes a single axiom from this object.
|
ChangeApplied |
HasRemoveAxiom.removeAxiom(OWLOntology ont,
OWLAxiom axiom)
Deprecated.
|
default ChangeApplied |
OWLOntology.removeAxioms(Collection<? extends OWLAxiom> axioms) |
ChangeApplied |
HasDirectRemoveAxioms.removeAxioms(Collection<? extends OWLAxiom> axioms)
A convenience method that removes a set of axioms from this object.
|
default ChangeApplied |
OWLOntology.removeAxioms(OWLAxiom... axioms) |
ChangeApplied |
HasDirectRemoveAxioms.removeAxioms(OWLAxiom... axioms)
A convenience method that removes a set of axioms from this object.
|
default ChangeApplied |
HasRemoveAxioms.removeAxioms(OWLOntology ont,
Collection<? extends OWLAxiom> axioms)
Deprecated.
|
ChangeApplied |
HasRemoveAxioms.removeAxioms(OWLOntology ont,
Stream<? extends OWLAxiom> axioms)
A convenience method that removes a set of axioms from an ontology.
|
default ChangeApplied |
OWLOntology.removeAxioms(Stream<? extends OWLAxiom> axioms) |
ChangeApplied |
HasDirectRemoveAxioms.removeAxioms(Stream<? extends OWLAxiom> axioms)
A convenience method that removes a set of axioms from this object.
|
| Constructor and Description |
|---|
ChangeDetails(ChangeApplied changeEffect,
List<? extends OWLOntologyChange> enactedChanges) |
| Modifier and Type | Method and Description |
|---|---|
static ChangeApplied |
ChangeApplied.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeApplied[] |
ChangeApplied.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeApplied |
OWLOntologyManagerImpl.addAxiom(OWLOntology ont,
OWLAxiom axiom) |
ChangeApplied |
OWLOntologyManagerImpl.addAxioms(OWLOntology ont,
Stream<? extends OWLAxiom> axioms) |
ChangeApplied |
OWLOntologyManagerImpl.applyChange(OWLOntologyChange change) |
ChangeApplied |
OWLOntologyImpl.applyDirectChange(OWLOntologyChange change) |
ChangeApplied |
OWLOntologyManagerImpl.removeAxiom(OWLOntology ont,
OWLAxiom axiom) |
ChangeApplied |
OWLOntologyManagerImpl.removeAxioms(OWLOntology ont,
Stream<? extends OWLAxiom> axioms) |
| Modifier and Type | Method and Description |
|---|---|
ChangeApplied |
ConcurrentOWLOntologyImpl.add(Collection<? extends OWLAxiom> set) |
ChangeApplied |
ConcurrentOWLOntologyImpl.add(OWLAxiom... set) |
ChangeApplied |
ConcurrentOWLOntologyImpl.add(OWLAxiom owlAxiom) |
ChangeApplied |
ConcurrentOWLOntologyImpl.addAxiom(OWLAxiom owlAxiom) |
ChangeApplied |
ConcurrentOWLOntologyImpl.addAxioms(Collection<? extends OWLAxiom> set) |
ChangeApplied |
ConcurrentOWLOntologyImpl.addAxioms(OWLAxiom... set) |
ChangeApplied |
ConcurrentOWLOntologyImpl.applyChange(OWLOntologyChange owlOntologyChange) |
ChangeApplied |
ConcurrentOWLOntologyImpl.applyDirectChange(OWLOntologyChange change) |
ChangeApplied |
ConcurrentOWLOntologyImpl.remove(Collection<? extends OWLAxiom> axioms) |
ChangeApplied |
ConcurrentOWLOntologyImpl.remove(OWLAxiom... axioms) |
ChangeApplied |
ConcurrentOWLOntologyImpl.remove(OWLAxiom axiom) |
ChangeApplied |
ConcurrentOWLOntologyImpl.removeAxiom(OWLAxiom axiom) |
ChangeApplied |
ConcurrentOWLOntologyImpl.removeAxioms(Collection<? extends OWLAxiom> axioms) |
ChangeApplied |
ConcurrentOWLOntologyImpl.removeAxioms(OWLAxiom... axioms) |
Copyright © 2019 The University of Manchester. All rights reserved.