Uses of Class
org.variantsync.diffdetective.gumtree.VariationDiffAdapter
Packages that use VariationDiffAdapter
-
Uses of VariationDiffAdapter in org.variantsync.diffdetective.variation.diff.construction
Methods in org.variantsync.diffdetective.variation.diff.construction with parameters of type VariationDiffAdapterModifier and TypeMethodDescriptionprivate static <L extends Label>
voidGumTreeDiff.extractMatching(VariationDiffAdapter<L> src, VariationDiffAdapter<L> dst, com.github.gumtreediff.matchers.MappingStore result) Makes the implicit matching of aVariationDiffexplicit.private static <L extends Label>
voidGumTreeDiff.removeUnmapped(com.github.gumtreediff.matchers.MappingStore mappings, VariationDiffAdapter<L> root) Remove all nodes from theBEFOREprojection which aren't part of a mapping.