Uses of Record Class
org.variantsync.diffdetective.variation.diff.serialize.StyledEdge
Package
Description
-
Uses of StyledEdge in org.variantsync.diffdetective.mining.formats
Modifier and TypeMethodDescription<L extends DiffLinesLabel>
StringDirectedEdgeLabelFormat.labelOf
(StyledEdge<L> edge) -
Uses of StyledEdge in org.variantsync.diffdetective.variation.diff.serialize
Modifier and TypeMethodDescription<La extends L>
voidFormat.forEachEdge
(VariationDiff<La> variationDiff, Consumer<StyledEdge<La>> callback) Iterates over all edges invariationDiff
and callscallback
, visiting parallel edges only once.protected <La extends L>
voidFormat.sortedEdgeWithLabel
(DiffNode<La> originalFrom, DiffNode<La> originalTo, StyledEdge.Style style, Consumer<StyledEdge<La>> callback) -
Uses of StyledEdge in org.variantsync.diffdetective.variation.diff.serialize.edgeformat
Modifier and TypeMethodDescriptionChildOrderEdgeFormat.labelOf
(StyledEdge<La> edge) DefaultEdgeLabelFormat.labelOf
(StyledEdge<La> edge) EdgeLabelFormat.labelOf
(StyledEdge<La> edge) Converts aStyledEdge
into a label suitable for exporting.EdgeLabelFormat.multilineLabelOf
(StyledEdge<La> edge) Converts aStyledEdge
into a multi line label suitable for exporting.