| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiffXAlgorithm
Performs the diff comparison of sequences of events.
| Method Summary | |
|---|---|
|  EventSequence | getFirstSequence()Returns the first sequence used for the diff-x comparison. | 
|  EventSequence | getSecondSequence()Returns the second sequence used for the diff-x comparison. | 
|  int | length()Returns the length of the longest common subsequence. | 
|  void | process(DiffXFormatter formatter)Performs the comparison and writes the results using the specified Diff-X formatter. | 
| Method Detail | 
|---|
int length()
void process(DiffXFormatter formatter)
             throws IOException
formatter - The formatter that will handle the output.
IOException - If thrown by the formatter.EventSequence getFirstSequence()
EventSequence getSecondSequence()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||