Skip to content

Commit a51ad75

Browse files
committed
docs: refine documentation on Relevance::computeViewNodesCheckAll
1 parent 99f9df5 commit a51ad75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/org/variantsync/diffdetective/variation/tree/view/relevance

src/main/java/org/variantsync/diffdetective/variation/tree/view/relevance/Relevance.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public interface Relevance extends Predicate<VariationNode<?, ?>> {
3737
* In particular, this function checks each node in the given tree v on relevance.
3838
* For each node that is deemed relevant by the given relevance predicate rho, that node and all its ancestors are
3939
* marked as relevant by invoking the given callback markRelevant.
40+
* The callback may be invoked multiple times on the same node.
4041
* This function tests the relevance predicate on all nodes separately and performs no optimizations.
4142
* @param rho The relevance predicate to test on all nodes.
4243
* @param v The root node the tree to test for relevance.

0 commit comments

Comments
 (0)