Class DebugMiningDiffNodeFormat

java.lang.Object
org.variantsync.diffdetective.mining.formats.DebugMiningDiffNodeFormat
All Implemented Interfaces:
MiningNodeFormat, LinegraphFormat, DiffNodeLabelFormat<DiffLinesLabel>
Direct Known Subclasses:
RWCompositePatternNodeFormat

public class DebugMiningDiffNodeFormat extends Object implements MiningNodeFormat
Analogous to ReleaseMiningDiffNodeFormat but produces human readable labels instead of using integers. Artifact nodes are labeled with the name of their matched edit class. Annotation nodes are labeled with DIFFTYPE_NODETYPE (e.g., an added IF node gets the label ADD_IF).