Package | Description |
---|---|
org.treetank.service.xml.diff.algorithm.fmes |
Provides the fast match / edit script (FMES) tree to tree correction
algorithm as described in "Change detection in hierarchically structured
information" by S.
|
Modifier and Type | Method and Description |
---|---|
static <T> List<Pair<T,T>> |
Util.longestCommonSubsequence(List<T> paramX,
List<T> paramY,
IComparator<T> paramCmp)
Longest common subsequence algorithm.
|
Copyright © 2013. All Rights Reserved.