|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiffAlgorithm
A simple interface for implementations of differencing algorithms.
| Method Summary | |
|---|---|
Revision |
diff(Object[] orig,
Object[] rev)
Computes the difference between the original sequence and the revised sequence and returns it as a Revision object. |
| Method Detail |
|---|
Revision diff(Object[] orig,
Object[] rev)
throws DifferentiationFailedException
Revision object.
The revision can be used to construct the revised sequence from the original sequence.
orig - rev - the revised text
DifferentiationFailedException - if the diff could not be computed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||