Uses of Package
de.folt.fuzzy

Packages that use de.folt.fuzzy
de.folt.fuzzy   
de.folt.models.datamodel   
de.folt.models.datamodel.sql   
de.folt.models.datamodel.tbxfile   
de.folt.models.datamodel.tmxfile   
de.folt.models.datamodel.xlifffile   
de.folt.test.testdata   
 

Classes in de.folt.fuzzy used by de.folt.fuzzy
FuzzyDataStructure
          This class defines the (abstract) method for a general fuzzy data structure, a class which is intended to support fuzzy = similarity search.
FuzzyDataStructureElement
           
FuzzyNode
          This class implements a KD-TREE.
FuzzyNode.FUZZYNODESTATUS
           
FuzzyNodeKey
          Basically a FuzzyNodeKey is an array of shorts of length maxFuzzyKeyLength.
FuzzyNodeSearchResult
          This class represents the result of a fuzzy node search.
FuzzyNodeTree
          This class implements a tree based on fuzzy nodes.
FuzzyStringHashtableResult
          A search results where the search is based on strings and returns a object T which represents the associated value of the search operation.
MonoLingualFuzzyNode
          This class implements a StringFuzzyNode and uses a MonoLingualObject MonoLingualObject as the reference value.
PartitionedFuzzyNodeTree
          This class implements a partitioned fuzzy node tree; the fuzzy node trees are partitioned into buckets where each bucket corresponds to the KEYSUm of the fuzzy node root. * The rationality behind this tree is to split up a fuzzy node into a tree consisting of several fuzzy node roots based on the key sum of the fuzzy node. * This helps to restrict the number of fuzzy nodes searched to a boundary around the key sum of a search fuzzy key.
SearchResult
          This class is a high level class for representing a search result.
SQLMonoLingualFuzzyNode
          This class implements a StringFuzzyNode and uses a SQLMonoLingualObject SQLMonoLingualObject as the reference value.
StringFuzzyNode
          This class implements a FuzzyNode and uses a String as the reference value for the key.
StringPartitionedFuzzyNodeTree
          This class Implements a partitioned string fuzzy node tree.
 

Classes in de.folt.fuzzy used by de.folt.models.datamodel
MonoLingualPartitionedFuzzyNodeTree
          This class extends the class StringFuzzyNodeTree by adding an additional layer to the structure of the underlying tree.
 

Classes in de.folt.fuzzy used by de.folt.models.datamodel.sql
SQLMonoLingualPartitionedFuzzyNodeTree
          This class extends the class StringFuzzyNodeTree by adding an additional layer to the structure of the underlying tree.
 

Classes in de.folt.fuzzy used by de.folt.models.datamodel.tbxfile
MonoLingualPartitionedFuzzyNodeTree
          This class extends the class StringFuzzyNodeTree by adding an additional layer to the structure of the underlying tree.
 

Classes in de.folt.fuzzy used by de.folt.models.datamodel.tmxfile
MonoLingualPartitionedFuzzyNodeTree
          This class extends the class StringFuzzyNodeTree by adding an additional layer to the structure of the underlying tree.
 

Classes in de.folt.fuzzy used by de.folt.models.datamodel.xlifffile
MonoLingualPartitionedFuzzyNodeTree
          This class extends the class StringFuzzyNodeTree by adding an additional layer to the structure of the underlying tree.
 

Classes in de.folt.fuzzy used by de.folt.test.testdata
StringPartitionedFuzzyNodeTree
          This class Implements a partitioned string fuzzy node tree.