| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.parameters |
Parameter classes.
|
| 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.
|
ChangeApplied |
HasDirectAddAxiom.addAxiom(OWLAxiom axiom)
A convenience method that adds a single axiom to an ontology.
|
default ChangeApplied |
OWLOntology.addAxiom(OWLAxiom axiom) |
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.
|
ChangeApplied |
HasApplyChange.applyChange(OWLOntologyChange change)
A convenience method that applies just one change to an ontology that is
managed by this manager.
|
default ChangeApplied |
OWLOntology.applyChange(OWLOntologyChange change) |
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.
|
ChangeApplied |
HasApplyDirectChange.applyDirectChange(OWLOntologyChange change)
A convenience method that applies just one change to this ontology.
|
default ChangeApplied |
OWLOntology.applyDirectChange(OWLOntologyChange change) |
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.
|
ChangeApplied |
HasDirectRemoveAxiom.removeAxiom(OWLAxiom axiom)
A convenience method that removes a single axiom from this object.
|
default ChangeApplied |
OWLOntology.removeAxiom(OWLAxiom axiom) |
ChangeApplied |
HasRemoveAxiom.removeAxiom(OWLOntology ont,
OWLAxiom axiom)
Deprecated.
|
ChangeApplied |
HasDirectRemoveAxioms.removeAxioms(Collection<? extends OWLAxiom> axioms)
A convenience method that removes a set of axioms from this object.
|
default ChangeApplied |
OWLOntology.removeAxioms(Collection<? extends OWLAxiom> axioms) |
ChangeApplied |
HasDirectRemoveAxioms.removeAxioms(OWLAxiom... axioms)
A convenience method that removes a set of axioms from this object.
|
default ChangeApplied |
OWLOntology.removeAxioms(OWLAxiom... axioms) |
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.
|
ChangeApplied |
HasDirectRemoveAxioms.removeAxioms(Stream<? extends OWLAxiom> axioms)
A convenience method that removes a set of axioms from this object.
|
default ChangeApplied |
OWLOntology.removeAxioms(Stream<? extends OWLAxiom> axioms) |
| 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.
|
Copyright © 2018 The University of Manchester. All rights reserved.