Uses of Interface
org.variantsync.diffdetective.mining.formats.MiningNodeFormat
Packages that use MiningNodeFormat
Package
Description
-
Uses of MiningNodeFormat in org.variantsync.diffdetective.experiments.esecfse22
Methods in org.variantsync.diffdetective.experiments.esecfse22 that return MiningNodeFormatModifier and TypeMethodDescriptionstatic MiningNodeFormat
EditClassValidation.NodeFormat()
Returns the node format that should be used for DiffNode IO.Methods in org.variantsync.diffdetective.experiments.esecfse22 with parameters of type MiningNodeFormatModifier 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
Classes in org.variantsync.diffdetective.mining that implement MiningNodeFormatMethods in org.variantsync.diffdetective.mining that return MiningNodeFormatMethods in org.variantsync.diffdetective.mining with parameters of type MiningNodeFormatModifier and TypeMethodDescriptionprivate static EdgeLabelFormat<DiffLinesLabel>
VariationDiffMiner.EdgeFormat
(MiningNodeFormat nodeFormat) -
Uses of MiningNodeFormat in org.variantsync.diffdetective.mining.formats
Classes in org.variantsync.diffdetective.mining.formats that implement MiningNodeFormatModifier and TypeClassDescriptionclass
Analogous toReleaseMiningDiffNodeFormat
but produces human readable labels instead of using integers.class
Formats for DiffNodes for mining.Fields in org.variantsync.diffdetective.mining.formats declared as MiningNodeFormatModifier and TypeFieldDescriptionprivate final MiningNodeFormat
DirectedEdgeLabelFormat.nodeFormatter
Constructors in org.variantsync.diffdetective.mining.formats with parameters of type MiningNodeFormatModifierConstructorDescriptionDirectedEdgeLabelFormat
(MiningNodeFormat nodeFormatter) DirectedEdgeLabelFormat
(MiningNodeFormat nodeFormatter, boolean useDirectionHeuristic, EdgeLabelFormat.Direction direction)