Interface | Description |
---|---|
DistanceMetric | |
State |
Class | Description |
---|---|
AbstractState | |
BreadthFirstTraceSearch | |
DepthFirstTraceSearch | |
DistanceMetric.Edit | |
DistanceMetric.Hamming | |
DistanceMetric.LongestCommonSubsequence | |
EditDistanceState | |
Generation<S extends State> |
A generation is a collection of states, such that: - For a state s, there is
no state s' in the collection with s.isGreaterOrEqual(s') true.
|
HammingState |
A state is a pair of a marking and a row in the edit-distance matrix.
|