Class LabelWithEditClass

java.lang.Object
org.variantsync.diffdetective.variation.diff.transform.LabelWithEditClass
All Implemented Interfaces:
VariationDiffTransformer<DiffLinesLabel>

public class LabelWithEditClass extends Object implements VariationDiffTransformer<DiffLinesLabel>
Label all nodes with their edit class. This transformation leaves the graph structure of the VariationDiff unchanged. All artifact nodes will be labeled by their respective edit class. All other nodes will be labeled by the name of their node type.
Author:
Paul Bittner