de.folt.fuzzy
Class FuzzyNodeSearchThread<K,T>
java.lang.Object
de.folt.fuzzy.FuzzyNodeSearchThread<K,T>
- All Implemented Interfaces:
- java.lang.Runnable
public class FuzzyNodeSearchThread<K,T>
- extends java.lang.Object
- implements java.lang.Runnable
- Author:
- klemens
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FuzzyNodeSearchThread
public FuzzyNodeSearchThread(FuzzyNode<K,T> searchNode,
FuzzyNode<K,T> fuzzyCompareKey,
int similarity)
- Parameters:
searchNode - fuzzyCompareKey - similarity -
getFuzzySearchResult
public java.util.Vector<FuzzyNodeSearchResult<K,T>> getFuzzySearchResult()
- Returns:
- the fuzzySearchResult
run
public void run()
- Specified by:
run in interface java.lang.Runnable
setFuzzySearchResult
public void setFuzzySearchResult(java.util.Vector<FuzzyNodeSearchResult<K,T>> fuzzySearchResult)
- Parameters:
fuzzySearchResult - the fuzzySearchResult to set