Uses of Interface
org.variantsync.diffdetective.variation.diff.serialize.LinegraphFormat
Package
Description
-
Uses of LinegraphFormat in org.variantsync.diffdetective.mining
Modifier and TypeClassDescriptionclass
class
-
Uses of LinegraphFormat in org.variantsync.diffdetective.mining.formats
Modifier and TypeClassDescriptionclass
Analogous toReleaseMiningDiffNodeFormat
but produces human readable labels instead of using integers.final class
class
Formats for DiffNodes for mining. -
Uses of LinegraphFormat in org.variantsync.diffdetective.variation.diff.serialize.edgeformat
Modifier and TypeClassDescriptionclass
ChildOrderEdgeFormat<L extends Label>
An edge format encoding the child index of this edge.class
DefaultEdgeLabelFormat<L extends Label>
Default implementation ofEdgeLabelFormat
.class
EdgeLabelFormat<L extends Label>
Reads and writes edges betweenDiffNodes
from and to line graph. -
Uses of LinegraphFormat in org.variantsync.diffdetective.variation.diff.serialize.nodeformat
Modifier and TypeInterfaceDescriptioninterface
DiffNodeLabelFormat<L extends Label>
Reads and writesDiffNodes
from and to line graph.Modifier and TypeClassDescriptionclass
DebugDiffNodeFormat<L extends Label>
Print NodeType, DiffType and Mappings for Annotations and Text for Artifacts.class
EditClassesDiffNodeFormat<L extends Label>
class
FormulasAndLineNumbersNodeFormat<L extends Label>
Produces labels of kindfromLine-toLine: NodeType
, suffixed by the node's formula if it is an annotation.class
Labels containing all information encoded into aDiffNode
.class
LabelOnlyDiffNodeFormat<L extends Label>
UsesDiffNode.getLabel()
as the linegraph node label.class
LineNumberFormat<L extends Label>
Labels nodes using their line number in the source diff.class
MappingsDiffNodeFormat<L extends Label>
Print NodeType and DiffType and Mappings of Annotations.class
PaperNodeFormat<L extends Label>
class
RenameRootNodeFormat<L extends Label>
Replaces the label of the root node with"root"
.class
ShowNodeFormat<L extends Label>
class
TypeDiffNodeFormat<L extends Label>
Labels are of the formDiffType_NodeType
. -
Uses of LinegraphFormat in org.variantsync.diffdetective.variation.diff.serialize.treeformat
Modifier and TypeInterfaceDescriptioninterface
Reads and writesVariationDiffSource
from and to line graph.Modifier and TypeClassDescriptionclass
class
Exports tree by indexing them.