Uses of Class
org.variantsync.diffdetective.variation.diff.bad.BadVDiff.FromGoodNodeTranslation
-
Uses of BadVDiff.FromGoodNodeTranslation in org.variantsync.diffdetective.variation.diff.bad
Modifier and TypeMethodDescriptionprivate static <L extends Label>
VariationTreeNode<L>BadVDiff.fromGood
(DiffNode<L> n, BadVDiff.FromGoodNodeTranslation<L> nodeTranslation, Map<VariationTreeNode<L>, DiffType> coloring, Map<VariationTreeNode<L>, DiffLineNumberRange> lines) Performs aplain
conversion of the given DiffNode n to a VariationTreeNode.