| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.ontology.update |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<AtomicOntologyChange> |
OntologyChangeParser.parseFile(String diffPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
ABoxUpdater.addClass(AtomicOntologyChange change)
Examine the knowledge base for a class addition to the ontology and
add messages to the change log indicating where manual review is
recommended.
|
void |
ABoxUpdater.deleteIndividualsOfType(AtomicOntologyChange change)
Remove all instances of the given class from the abox of the knowledge base.
|
void |
ABoxUpdater.renameClass(AtomicOntologyChange change)
Update the knowledge base for a class rename in the ontology.
|
void |
ABoxUpdater.renameClassToParent(AtomicOntologyChange change)
Update a knowledge base to account for a class deletion in the ontology.
|
void |
TBoxUpdater.renameProperty(AtomicOntologyChange changeObj) |
| Modifier and Type | Method and Description |
|---|---|
void |
ABoxUpdater.processClassChanges(List<AtomicOntologyChange> changes)
Update a knowledge base to align with changes in the class definitions in
a new version of the ontology.
|
void |
ABoxUpdater.processPropertyChanges(List<AtomicOntologyChange> changes) |
Copyright © 2022. All rights reserved.