Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update owl tree nodes if rendering of equivalent entities has changed
Each element of equivalent entities, e.g., resulted from OWLEquivalentClasses(:A :B) is rendered in the asserted hierarchy as the list of rendering of all equivalent classes, e.g.: > A = B > B = A When rendering of one of the entities has changed, e.g., due to editing of rdfs:label, other equivalent entities did not get automatically updated in the model. In particular, their rendering in the hierarchy could get truncated if the label becomes longer. See: #910 (comment) This commit notifies the tree model about the changes of every node for equivalent entities. Also, use nodeChanged() instead of nodeStructureChanged() because rendering does not change children or parents of nodes.
- Loading branch information