Class DebugDiffNodeFormat<L extends Label>
java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.nodeformat.DebugDiffNodeFormat<L>
- All Implemented Interfaces:
LinegraphFormat,DiffNodeLabelFormat<L>
Print NodeType, DiffType and Mappings for Annotations and Text for Artifacts.
- Author:
- Paul Bittner, Kevin Jedelhauser
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.variantsync.diffdetective.variation.diff.serialize.nodeformat.DiffNodeLabelFormat
fromLabelAndId, fromLineGraphLine, toMultilineLabelMethods inherited from interface org.variantsync.diffdetective.variation.diff.serialize.LinegraphFormat
getIdentifier, getShortName
-
Constructor Details
-
DebugDiffNodeFormat
public DebugDiffNodeFormat()
-
-
Method Details
-
toLabel
Description copied from interface:DiffNodeLabelFormatConverts aDiffNodeinto a label suitable for exporting. This may be human readable text or machine parseable metadata.- Specified by:
toLabelin interfaceDiffNodeLabelFormat<L extends Label>- Parameters:
node- TheDiffNodeto be labeled- Returns:
- a label for
node
-