Uses of Class
org.jgrapht.alg.similarity.ZhangShashaTreeEditDistance.EditOperation
Packages that use ZhangShashaTreeEditDistance.EditOperation
-
Uses of ZhangShashaTreeEditDistance.EditOperation in org.jgrapht.alg.similarity
Fields in org.jgrapht.alg.similarity declared as ZhangShashaTreeEditDistance.EditOperationModifier and TypeFieldDescription(package private) ZhangShashaTreeEditDistance.EditOperation
<V> ZhangShashaTreeEditDistance.CacheEntry.editOperation
Edit operation stored in this entry.Fields in org.jgrapht.alg.similarity with type parameters of type ZhangShashaTreeEditDistance.EditOperationModifier and TypeFieldDescriptionprivate List
<List<List<ZhangShashaTreeEditDistance.EditOperation<V>>>> ZhangShashaTreeEditDistance.editOperationLists
Array with lists of edit operations which transform subtrees oftree1
into subtreestree2
.Methods in org.jgrapht.alg.similarity that return types with arguments of type ZhangShashaTreeEditDistance.EditOperationModifier and TypeMethodDescriptionZhangShashaTreeEditDistance.getEditOperationLists()
Computes a list of edit operations which transformtree1
intotree2
.private 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.Constructors in org.jgrapht.alg.similarity with parameters of type ZhangShashaTreeEditDistance.EditOperationModifierConstructorDescriptionCacheEntry
(int cachePreviousPosI, int cachePreviousPosJ, ZhangShashaTreeEditDistance.EditOperation<V> editOperation) Constructs an instance of entry for the givencachePreviousPosI
cachePreviousPosJ
andeditOperation
.