Uses of Record Class
org.variantsync.diffdetective.variation.diff.serialize.StyledEdge
Packages that use StyledEdge
Package
Description
-
Uses of StyledEdge in org.variantsync.diffdetective.mining.formats
Methods in org.variantsync.diffdetective.mining.formats with parameters of type StyledEdgeModifier and TypeMethodDescription<L extends DiffLinesLabel>
StringDirectedEdgeLabelFormat.labelOf
(StyledEdge<L> edge) -
Uses of StyledEdge in org.variantsync.diffdetective.variation.diff.serialize
Method parameters in org.variantsync.diffdetective.variation.diff.serialize with type arguments of type StyledEdgeModifier 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
Methods in org.variantsync.diffdetective.variation.diff.serialize.edgeformat with parameters of type StyledEdgeModifier 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.