Class LineGraphConstants
java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.LineGraphConstants
Constants that are related to line graph IO.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
An edge between twoDiffNodes
that exists after the edit only.static final String
An edge between twoDiffNodes
that has not been altered.static final String
An edge between twoDiffNodes
that existed before the edit only.static final String
Declaration of a connection between twoDiffNodes
in a line graph.static final String
Declaration of aDiffNode
in a line graph.static final String
Declaration of aVariationDiff
in a line graph.static final String
Delimiter used inVariationDiffs
.static final String
Delimiter used inVariationDiffs
for regular expressions. -
Constructor Summary
-
Method Summary
-
Field Details
-
LG_TREE_HEADER
Declaration of aVariationDiff
in a line graph.- See Also:
-
TREE_NAME_SEPARATOR
Delimiter used inVariationDiffs
.- See Also:
-
TREE_NAME_SEPARATOR_REGEX
Delimiter used inVariationDiffs
for regular expressions.TREE_NAME_SEPARATOR
- See Also:
-
LG_NODE
Declaration of aDiffNode
in a line graph.- See Also:
-
LG_EDGE
Declaration of a connection between twoDiffNodes
in a line graph.- See Also:
-
BEFORE_AND_AFTER_PARENT
An edge between twoDiffNodes
that has not been altered.- See Also:
-
AFTER_PARENT
An edge between twoDiffNodes
that exists after the edit only.- See Also:
-
BEFORE_PARENT
An edge between twoDiffNodes
that existed before the edit only.- See Also:
-
-
Constructor Details
-
LineGraphConstants
public LineGraphConstants()
-