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 invariationDiffand 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 aStyledEdgeinto a label suitable for exporting.EdgeLabelFormat.multilineLabelOf(StyledEdge<La> edge) Converts aStyledEdgeinto a multi line label suitable for exporting.