public interface DiffXAlgorithm
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2007-2022. All Rights Reserved.