Uses of Package
psidev.psi.mi.jami.enricher.util.diff
-
Packages that use psidev.psi.mi.jami.enricher.util.diff Package Description psidev.psi.mi.jami.enricher.util psidev.psi.mi.jami.enricher.util.diff -
Classes in psidev.psi.mi.jami.enricher.util.diff used by psidev.psi.mi.jami.enricher.util Class Description Diff Extension of diff_match_patch.DiffOperation - The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world." -
Classes in psidev.psi.mi.jami.enricher.util.diff used by psidev.psi.mi.jami.enricher.util.diff Class Description Diff Extension of diff_match_patch.Diffdiff_match_patch.Diff Class representing one diff operation.diff_match_patch.Operation - The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."diff_match_patch.Patch Class representing one patch operation.Operation - The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."