Uses of Class
edu.cornell.mannlib.vitro.webapp.ontology.update.AtomicOntologyChange
-
Packages that use AtomicOntologyChange Package Description edu.cornell.mannlib.vitro.webapp.ontology.update -
-
Uses of AtomicOntologyChange in edu.cornell.mannlib.vitro.webapp.ontology.update
Methods in edu.cornell.mannlib.vitro.webapp.ontology.update that return types with arguments of type AtomicOntologyChange Modifier and Type Method Description ArrayList<AtomicOntologyChange>OntologyChangeParser. parseFile(String diffPath)Methods in edu.cornell.mannlib.vitro.webapp.ontology.update with parameters of type AtomicOntologyChange Modifier and Type Method Description voidABoxUpdater. 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.voidABoxUpdater. deleteIndividualsOfType(AtomicOntologyChange change)Remove all instances of the given class from the abox of the knowledge base.voidABoxUpdater. renameClass(AtomicOntologyChange change)Update the knowledge base for a class rename in the ontology.voidABoxUpdater. renameClassToParent(AtomicOntologyChange change)Update a knowledge base to account for a class deletion in the ontology.voidTBoxUpdater. renameProperty(AtomicOntologyChange changeObj)Method parameters in edu.cornell.mannlib.vitro.webapp.ontology.update with type arguments of type AtomicOntologyChange Modifier and Type Method Description voidABoxUpdater. processClassChanges(List<AtomicOntologyChange> changes)Update a knowledge base to align with changes in the class definitions in a new version of the ontology.voidABoxUpdater. processPropertyChanges(List<AtomicOntologyChange> changes)
-