Uses of Interface
org.variantsync.diffdetective.mining.formats.MiningNodeFormat
Package
Description
-
Uses of MiningNodeFormat in org.variantsync.diffdetective.experiments.esecfse22
Modifier and TypeMethodDescriptionstatic MiningNodeFormat
EditClassValidation.NodeFormat()
Returns the node format that should be used for DiffNode IO.Modifier and TypeMethodDescriptionprivate static EdgeLabelFormat<DiffLinesLabel>
EditClassValidation.EdgeFormat
(MiningNodeFormat nodeFormat) Returns the edge format that should be used for IO of edges in VariationDiffs. -
Uses of MiningNodeFormat in org.variantsync.diffdetective.mining
Modifier and TypeMethodDescriptionprivate static EdgeLabelFormat<DiffLinesLabel>
VariationDiffMiner.EdgeFormat
(MiningNodeFormat nodeFormat) -
Uses of MiningNodeFormat in org.variantsync.diffdetective.mining.formats
Modifier and TypeClassDescriptionclass
Analogous toReleaseMiningDiffNodeFormat
but produces human readable labels instead of using integers.class
Formats for DiffNodes for mining.Modifier and TypeFieldDescriptionprivate final MiningNodeFormat
DirectedEdgeLabelFormat.nodeFormatter
ModifierConstructorDescriptionDirectedEdgeLabelFormat
(MiningNodeFormat nodeFormatter) DirectedEdgeLabelFormat
(MiningNodeFormat nodeFormatter, boolean useDirectionHeuristic, EdgeLabelFormat.Direction direction)