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.labelThe 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).Constructors in org.variantsync.diffdetective.variation.diff with parameters of type VariationLabelModifierConstructorDescriptionDiffNode(DiffType diffType, DiffLineNumber fromLines, DiffLineNumber toLines, org.prop4j.Node featureMapping, VariationLabel<L> label) Creates a DiffNode with the given parameters. -
Uses of VariationLabel in org.variantsync.diffdetective.variation.tree
Fields in org.variantsync.diffdetective.variation.tree declared as VariationLabelModifier and TypeFieldDescriptionprivate VariationLabel<L> VariationTreeNode.labelThe 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).