Class RWCompositePatternNodeFormat
java.lang.Object
org.variantsync.diffdetective.mining.formats.DebugMiningDiffNodeFormat
org.variantsync.diffdetective.mining.RWCompositePatternNodeFormat
- All Implemented Interfaces:
MiningNodeFormat
,LinegraphFormat
,DiffNodeLabelFormat<DiffLinesLabel>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoLabel
(DiffNode<? extends DiffLinesLabel> node) Converts aDiffNode
into a label suitable for exporting.Methods inherited from class org.variantsync.diffdetective.mining.formats.DebugMiningDiffNodeFormat
fromEncodedTypes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.variantsync.diffdetective.variation.diff.serialize.nodeformat.DiffNodeLabelFormat
fromLineGraphLine, toMultilineLabel
Methods inherited from interface org.variantsync.diffdetective.variation.diff.serialize.LinegraphFormat
getIdentifier, getShortName
Methods inherited from interface org.variantsync.diffdetective.mining.formats.MiningNodeFormat
fromLabelAndId
-
Constructor Details
-
RWCompositePatternNodeFormat
public RWCompositePatternNodeFormat()
-
-
Method Details
-
toLabel
Description copied from interface:DiffNodeLabelFormat
Converts aDiffNode
into a label suitable for exporting. This may be human readable text or machine parseable metadata.- Specified by:
toLabel
in interfaceDiffNodeLabelFormat<DiffLinesLabel>
- Overrides:
toLabel
in classDebugMiningDiffNodeFormat
- Parameters:
node
- TheDiffNode
to be labeled- Returns:
- a label for
node
-