public interface DiffAlgorithm
| Modifier and Type | Method and Description |
|---|---|
Revision |
diff(Object[] orig,
Object[] rev)
Computes the difference between the original sequence and the revised
sequence and returns it as a
Revision object. |
Revision diff(Object[] orig, Object[] rev) throws DifferentiationFailedException
Revision object.
The revision can be used to construct the revised sequence from the original sequence.
rev - the revised textDifferentiationFailedException - if the diff could not be computed.Copyright © 2003–2021 Sakai Project. All rights reserved.