Record Class VariationTree<L extends Label>

java.lang.Object
java.lang.Record
org.variantsync.diffdetective.variation.tree.VariationTree<L>
Type Parameters:
L - The type of label stored in this tree.
Record Components:
root - the root of the variation tree
source - from which source code the variation tree was obtained

public record VariationTree<L extends Label>(VariationTreeNode<L extends Label> root, VariationTreeSource source) extends Record
Representation of a concrete variation tree with source information.
Author:
Benjamin Moosherr
See Also: