Uses of Class
org.variantsync.diffdetective.gumtree.VariationTreeAdapter
Packages that use VariationTreeAdapter
Package
Description
-
Uses of VariationTreeAdapter in org.variantsync.diffdetective.gumtree
Subclasses of VariationTreeAdapter in org.variantsync.diffdetective.gumtreeModifier and TypeClassDescriptionclassVariationDiffAdapter<L extends Label>Adapter for running Gumtree's matching algorithms on the projections of variation diffs.Methods in org.variantsync.diffdetective.gumtree that return VariationTreeAdapterModifier and TypeMethodDescriptionprotected VariationTreeAdapter<L> VariationDiffAdapter.newInstance(VariationNode<?, L> node) protected VariationTreeAdapterVariationTreeAdapter.newInstance(VariationNode<?, L> node) -
Uses of VariationTreeAdapter in org.variantsync.diffdetective.variation.diff.construction
Methods in org.variantsync.diffdetective.variation.diff.construction with parameters of type VariationTreeAdapterModifier and TypeMethodDescriptionprivate static <L extends Label>
voidGumTreeDiff.addUnmapped(com.github.gumtreediff.matchers.MappingStore mappings, DiffNode<L> parent, VariationTreeAdapter<L> afterNode) Recursively addsafterNodetoparentreusing matched nodes.