Package com.topologi.diffx.sequence

Sequences and sequence utility tools.

See:
          Description

Class Summary
EventSequence A sequence of events used for the Diff-X algorithm.
EventSequenceUtils A utility class for event sequences.
NaiveSequenceSlicer The slicer takes two sequences and removes the common elements from the beginning and the end of the chain so that only the smallest sequences are passed to the DiffXAlgorithmBase.
PrefixMapping Provides a mapping of namespace URIs to prefixes.
SequenceSlicer The slicer takes two sequences and removes the common elements from the beginning and the end of the chain so that only the smallest sequences are passed to the DiffXAlgorithmBase.
 

Package com.topologi.diffx.sequence Description

Sequences and sequence utility tools.