Class EditClassesDiffNodeFormat<L extends Label>
java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.nodeformat.EditClassesDiffNodeFormat<L>
- All Implemented Interfaces:
LinegraphFormat,DiffNodeLabelFormat<L>
public class EditClassesDiffNodeFormat<L extends Label>
extends Object
implements DiffNodeLabelFormat<L>
-
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
-
EditClassesDiffNodeFormat
public EditClassesDiffNodeFormat()
-
-
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
-