Uses of Class
org.jgrapht.alg.similarity.ZhangShashaTreeEditDistance.CacheEntry
Packages that use ZhangShashaTreeEditDistance.CacheEntry
-
Uses of ZhangShashaTreeEditDistance.CacheEntry in org.jgrapht.alg.similarity
Method parameters in org.jgrapht.alg.similarity with type arguments of type ZhangShashaTreeEditDistance.CacheEntryModifier and TypeMethodDescriptionprivate List
<ZhangShashaTreeEditDistance.EditOperation<V>> ZhangShashaTreeEditDistance.restoreOperationsList
(List<List<ZhangShashaTreeEditDistance<V, E>.CacheEntry>> cachedOperations, int i, int j) Restores list of edit operations which have been cached incachedOperations
during the edit distance computation.