Package org.variantsync.diffdetective.variation.diff.transform
package org.variantsync.diffdetective.variation.diff.transform
-
ClassDescriptionCollapses chains of nested non-edited annotations.CutNonEditedSubtrees<L extends Label>This transformer removes all subtrees from a VariationDiff that are non-edited.This transformer simplifies annotations such that empty alternatives do not appear in choices.FeatureExpressionFilter<L extends Label>Deprecated.Label all nodes with their edit class.NaiveMovedArtifactDetection<L extends Label>Finds artifact nodes whose label is exactly equal.RelabelNodes<L extends Label>Transformer that changes the label of each node using a relable function.RelabelRoot<L extends Label>Transformer that relabels the root of a VariationDiff.RevertSomeChanges<L extends Label>This transformer reverts some changes in a variation diff.Transformer<T>Models an operation that changes an object of type T inplace (i.e., the object is altered).