public abstract class DiffXAlgorithmBase extends Object implements DiffXAlgorithm
Modifier and Type | Field and Description |
---|---|
protected int |
length
The length of the LCS.
|
protected int |
length1
Length of the first sequence to compare.
|
protected int |
length2
Length of the second sequence to compare.
|
protected EventSequence |
sequence1
The first sequence of events to test.
|
protected EventSequence |
sequence2
The second sequence of events to test.
|
Constructor and Description |
---|
DiffXAlgorithmBase(EventSequence seq0,
EventSequence seq1)
Creates a new DiffX algorithm base class.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
length, process
protected final EventSequence sequence1
protected final EventSequence sequence2
protected final int length1
protected final int length2
protected int length
public DiffXAlgorithmBase(EventSequence seq0, EventSequence seq1)
seq0
- The first sequence to compare.seq1
- The second sequence to compare.public final EventSequence getFirstSequence()
getFirstSequence
in interface DiffXAlgorithm
public final EventSequence getSecondSequence()
getSecondSequence
in interface DiffXAlgorithm
Copyright © 2007-2013. All Rights Reserved.