Class LineGraphConstants
java.lang.Object
org.variantsync.diffdetective.variation.diff.serialize.LineGraphConstants
Constants that are related to line graph IO.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAn edge between twoDiffNodesthat exists after the edit only.static final StringAn edge between twoDiffNodesthat has not been altered.static final StringAn edge between twoDiffNodesthat existed before the edit only.static final StringDeclaration of a connection between twoDiffNodesin a line graph.static final StringDeclaration of aDiffNodein a line graph.static final StringDeclaration of aVariationDiffin a line graph.static final StringDelimiter used inVariationDiffs.static final StringDelimiter used inVariationDiffsfor regular expressions. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LG_TREE_HEADER
Declaration of aVariationDiffin a line graph.- See Also:
-
TREE_NAME_SEPARATOR
Delimiter used inVariationDiffs.- See Also:
-
TREE_NAME_SEPARATOR_REGEX
Delimiter used inVariationDiffsfor regular expressions.TREE_NAME_SEPARATOR- See Also:
-
LG_NODE
Declaration of aDiffNodein a line graph.- See Also:
-
LG_EDGE
Declaration of a connection between twoDiffNodesin a line graph.- See Also:
-
BEFORE_AND_AFTER_PARENT
An edge between twoDiffNodesthat has not been altered.- See Also:
-
AFTER_PARENT
An edge between twoDiffNodesthat exists after the edit only.- See Also:
-
BEFORE_PARENT
An edge between twoDiffNodesthat existed before the edit only.- See Also:
-
-
Constructor Details
-
LineGraphConstants
public LineGraphConstants()
-