Uses of Class
psidev.psi.mi.jami.enricher.util.diff.diff_match_patch.Operation
-
Packages that use diff_match_patch.Operation Package Description psidev.psi.mi.jami.enricher.util.diff -
-
Uses of diff_match_patch.Operation in psidev.psi.mi.jami.enricher.util.diff
Fields in psidev.psi.mi.jami.enricher.util.diff declared as diff_match_patch.Operation Modifier and Type Field Description diff_match_patch.Operation
diff_match_patch.Diff. operation
Methods in psidev.psi.mi.jami.enricher.util.diff that return diff_match_patch.Operation Modifier and Type Method Description diff_match_patch.Operation
Operation. getDiffOperation()
Getter for the fielddiffOperation
.static diff_match_patch.Operation
diff_match_patch.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static diff_match_patch.Operation[]
diff_match_patch.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in psidev.psi.mi.jami.enricher.util.diff with parameters of type diff_match_patch.Operation Constructor Description Diff(diff_match_patch.Operation operation, String text)
Constructor.
-