Uses of Class
de.folt.fuzzy.SQLMonoLingualFuzzyNode

Packages that use SQLMonoLingualFuzzyNode
de.folt.fuzzy   
 

Uses of SQLMonoLingualFuzzyNode in de.folt.fuzzy
 

Methods in de.folt.fuzzy with parameters of type SQLMonoLingualFuzzyNode
 boolean SQLMonoLingualPartitionedFuzzyNodeTree.insertFuzzyNode(SQLMonoLingualFuzzyNode fuzzyNodeToAdd)
          insertFuzzyNode inserts a Fuzzy node into a partitioned fuzzy node tree;
 boolean SQLMonoLingualPartitionedFuzzyNodeTree.removeValue(SQLMonoLingualFuzzyNode fuzzyCompareKey)
          removeValue removes a value from the value list of the values of the node based on a key.
 java.util.Vector<FuzzyNodeSearchResult<java.lang.String,T>> StringPartitionedFuzzyNodeTree.search(SQLMonoLingualFuzzyNode fuzzyCompareKey, int similarity)
          search
 java.util.Vector<FuzzyNodeSearchResult<java.lang.String,SQLMonoLingualObject>> SQLMonoLingualPartitionedFuzzyNodeTree.search(SQLMonoLingualFuzzyNode fuzzyCompareKey, int similarity)
          search returns all a FuzzyNodeSearchResult of all matching FuzzyNodes