Interface MiningNodeFormat
- All Superinterfaces:
DiffNodeLabelFormat<DiffLinesLabel>
,LinegraphFormat
- All Known Implementing Classes:
DebugMiningDiffNodeFormat
,ReleaseMiningDiffNodeFormat
,RWCompositePatternNodeFormat
-
Method Summary
Modifier and TypeMethodDescriptionfromEncodedTypes
(String tag) default DiffNode<DiffLinesLabel>
fromLabelAndId
(String lineGraphNodeLabel, int nodeId) Converts a label of line graph into aDiffNode
.Methods inherited from interface org.variantsync.diffdetective.variation.diff.serialize.nodeformat.DiffNodeLabelFormat
fromLineGraphLine, toLabel, toMultilineLabel
Methods inherited from interface org.variantsync.diffdetective.variation.diff.serialize.LinegraphFormat
getIdentifier, getShortName
-
Method Details
-
fromEncodedTypes
-
fromLabelAndId
Description copied from interface:DiffNodeLabelFormat
Converts a label of line graph into aDiffNode
.- Specified by:
fromLabelAndId
in interfaceDiffNodeLabelFormat<DiffLinesLabel>
- Parameters:
lineGraphNodeLabel
- A string containing the label of theDiffNode
nodeId
- The id of theDiffNode
- Returns:
- The corresponding
DiffNode
-