Uses of Class
org.variantsync.diffdetective.variation.VariationLabel
Packages that use VariationLabel
Package
Description
-
Uses of VariationLabel in org.variantsync.diffdetective.variation
Methods in org.variantsync.diffdetective.variation that return VariationLabel -
Uses of VariationLabel in org.variantsync.diffdetective.variation.diff
Fields in org.variantsync.diffdetective.variation.diff declared as VariationLabelModifier and TypeFieldDescriptionfinal VariationLabel<L>
DiffNode.label
The label together with the node type of this node, which determines the type of the represented element in the diff (e.g., mapping or artifact). -
Uses of VariationLabel in org.variantsync.diffdetective.variation.tree
Fields in org.variantsync.diffdetective.variation.tree declared as VariationLabelModifier and TypeFieldDescriptionprivate VariationLabel<L>
VariationTreeNode.label
The label together with the node type of this node, which determines the type of the represented element in the diff (e.g., mapping or artifact).