Uses of Class
de.folt.fuzzy.FuzzyNodeTree

Packages that use FuzzyNodeTree
de.folt.fuzzy   
 

Uses of FuzzyNodeTree in de.folt.fuzzy
 

Methods in de.folt.fuzzy that return FuzzyNodeTree
 FuzzyNodeTree<K,T> PartitionedFuzzyNodeTree.getFuzzyNodeTree(int i)
          getRoot returns a specific fuzzy Node tree
 

Methods in de.folt.fuzzy that return types with arguments of type FuzzyNodeTree
 java.util.Hashtable<java.lang.String,FuzzyNodeTree<K,T>> PartitionedFuzzyNodeTree.getRoots()