Uses of Enum Class
org.semanticweb.owlapi.model.parameters.ChangeApplied
Packages that use ChangeApplied
Package
Description
Main API classes.
Parameter classes.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of ChangeApplied in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model that return ChangeAppliedModifier and TypeMethodDescriptiondefault ChangeApplied
A convenience method that adds a single axiom to an ontology.default ChangeApplied
HasDirectAddAxioms.add
(Collection<? extends OWLAxiom> axioms) A convenience method that adds a set of axioms to an ontology.default ChangeApplied
A convenience method that adds a set of axioms to an ontology.HasAddAxiom.addAxiom
(OWLOntology ont, OWLAxiom axiom) A convenience method that adds a single axiom to an ontology.A convenience method that adds a single axiom to an ontology.default ChangeApplied
default ChangeApplied
HasAddAxioms.addAxioms
(OWLOntology ont, Collection<? extends OWLAxiom> axioms) A convenience method that adds a collection of axioms to an ontology.HasAddAxioms.addAxioms
(OWLOntology ont, Stream<? extends OWLAxiom> axioms) A convenience method that adds a stream of axioms to an ontology.HasDirectAddAxioms.addAxioms
(Collection<? extends OWLAxiom> axioms) A convenience method that adds a set of axioms to an ontology.A convenience method that adds a set of axioms to an ontology.A convenience method that adds a set of axioms to an ontology.default ChangeApplied
OWLOntology.addAxioms
(Collection<? extends OWLAxiom> axioms) default ChangeApplied
default ChangeApplied
HasApplyChange.applyChange
(OWLOntologyChange change) A convenience method that applies just one change to an ontology.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.HasApplyDirectChange.applyDirectChange
(OWLOntologyChange change) A convenience method that applies just one change to this ontology.default ChangeApplied
OWLOntology.applyDirectChange
(OWLOntologyChange change) ChangeDetails.getChangeEffect()
default ChangeApplied
A convenience method that removes a single axiom from this object.default ChangeApplied
HasDirectRemoveAxioms.remove
(Collection<? extends OWLAxiom> axioms) A convenience method that removes a set of axioms from this object.default ChangeApplied
A convenience method that removes a set of axioms from this object.default ChangeApplied
A convenience method that removes a set of axioms from this object.HasDirectRemoveAxiom.removeAxiom
(OWLAxiom axiom) A convenience method that removes a single axiom from this object.HasRemoveAxiom.removeAxiom
(OWLOntology ont, OWLAxiom axiom) Deprecated.default ChangeApplied
OWLOntology.removeAxiom
(OWLAxiom axiom) HasDirectRemoveAxioms.removeAxioms
(Collection<? extends OWLAxiom> axioms) A convenience method that removes a set of axioms from this object.HasDirectRemoveAxioms.removeAxioms
(Stream<? extends OWLAxiom> axioms) A convenience method that removes a set of axioms from this object.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) A convenience method that removes a set of axioms from an ontology.HasRemoveAxioms.removeAxioms
(OWLOntology ont, Stream<? extends OWLAxiom> axioms) A convenience method that removes a set of axioms from an ontology.default ChangeApplied
OWLOntology.removeAxioms
(Collection<? extends OWLAxiom> axioms) default ChangeApplied
OWLOntology.removeAxioms
(Stream<? extends OWLAxiom> axioms) default ChangeApplied
OWLOntology.removeAxioms
(OWLAxiom... axioms) Constructors in org.semanticweb.owlapi.model with parameters of type ChangeAppliedModifierConstructorDescriptionChangeDetails
(ChangeApplied changeEffect, List<? extends OWLOntologyChange> enactedChanges) -
Uses of ChangeApplied in org.semanticweb.owlapi.model.parameters
Methods in org.semanticweb.owlapi.model.parameters that return ChangeAppliedModifier and TypeMethodDescriptionstatic ChangeApplied
Returns the enum constant of this class with the specified name.static ChangeApplied[]
ChangeApplied.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChangeApplied in uk.ac.manchester.cs.owl.owlapi
Methods in uk.ac.manchester.cs.owl.owlapi that return ChangeAppliedModifier and TypeMethodDescriptionOWLOntologyManagerImpl.addAxiom
(OWLOntology ont, OWLAxiom axiom) OWLOntologyManagerImpl.addAxioms
(OWLOntology ont, Stream<? extends OWLAxiom> axioms) OWLOntologyManagerImpl.applyChange
(OWLOntologyChange change) OWLOntologyImpl.applyDirectChange
(OWLOntologyChange change) OWLOntologyManagerImpl.removeAxiom
(OWLOntology ont, OWLAxiom axiom) OWLOntologyManagerImpl.removeAxioms
(OWLOntology ont, Stream<? extends OWLAxiom> axioms) -
Uses of ChangeApplied in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return ChangeAppliedModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.add
(Collection<? extends OWLAxiom> set) ConcurrentOWLOntologyImpl.addAxioms
(Collection<? extends OWLAxiom> set) ConcurrentOWLOntologyImpl.applyChange
(OWLOntologyChange owlOntologyChange) ConcurrentOWLOntologyImpl.applyDirectChange
(OWLOntologyChange change) ConcurrentOWLOntologyImpl.remove
(Collection<? extends OWLAxiom> axioms) ConcurrentOWLOntologyImpl.removeAxiom
(OWLAxiom axiom) ConcurrentOWLOntologyImpl.removeAxioms
(Collection<? extends OWLAxiom> axioms) ConcurrentOWLOntologyImpl.removeAxioms
(OWLAxiom... axioms)
OWLOntology.removeAxiom(OWLAxiom)