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, toMultilineLabelMethods inherited from interface org.variantsync.diffdetective.variation.diff.serialize.LinegraphFormat
getIdentifier, getShortName
-
Method Details
-
fromEncodedTypes
-
fromLabelAndId
Description copied from interface:DiffNodeLabelFormatConverts a label of line graph into aDiffNode.- Specified by:
fromLabelAndIdin interfaceDiffNodeLabelFormat<DiffLinesLabel>- Parameters:
lineGraphNodeLabel- A string containing the label of theDiffNodenodeId- The id of theDiffNode- Returns:
- The corresponding
DiffNode
-