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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoLabel(DiffNode<? extends DiffLinesLabel> node) Converts aDiffNodeinto a label suitable for exporting.Methods inherited from class org.variantsync.diffdetective.mining.formats.DebugMiningDiffNodeFormat
fromEncodedTypesMethods 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
fromLineGraphLine, toMultilineLabelMethods inherited from interface org.variantsync.diffdetective.variation.diff.serialize.LinegraphFormat
getIdentifier, getShortNameMethods inherited from interface org.variantsync.diffdetective.mining.formats.MiningNodeFormat
fromLabelAndId
-
Constructor Details
-
RWCompositePatternNodeFormat
public RWCompositePatternNodeFormat()
-
-
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<DiffLinesLabel>- Overrides:
toLabelin classDebugMiningDiffNodeFormat- Parameters:
node- TheDiffNodeto be labeled- Returns:
- a label for
node
-