Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

Uses of Class
dataanalysis.dictionaries.CharBasedDictionaryTreeNode

Packages that use CharBasedDictionaryTreeNode
dataanalysis.dictionaries   
 

Uses of CharBasedDictionaryTreeNode in dataanalysis.dictionaries
 

Fields in dataanalysis.dictionaries declared as CharBasedDictionaryTreeNode
protected  CharBasedDictionaryTreeNode CharBasedDictionary.wordRoot
          Wurzel des Baumes
 CharBasedDictionaryTreeNode CharBasedDictionaryTreeNode.parent
          Objekt, dass den Vater im Baum repr?sentiert.
Standardwert : null

 

Methods in dataanalysis.dictionaries that return CharBasedDictionaryTreeNode
protected static CharBasedDictionaryTreeNode CharBasedDictionary.getNodeForWord(CharBasedDictionaryTreeNode node, java.lang.String word, boolean caseSensitive)
          Liefert den Knoten, der das Wort word repr?sentiert, oder null falls dieser Knoten nicht vorhanden ist.
Die Methode beginnt am Knoten node und ber?cksichtigt ggf.

 

Methods in dataanalysis.dictionaries with parameters of type CharBasedDictionaryTreeNode
protected static CharBasedDictionaryTreeNode CharBasedDictionary.getNodeForWord(CharBasedDictionaryTreeNode node, java.lang.String word, boolean caseSensitive)
          Liefert den Knoten, der das Wort word repr?sentiert, oder null falls dieser Knoten nicht vorhanden ist.
Die Methode beginnt am Knoten node und ber?cksichtigt ggf.

 

Constructors in dataanalysis.dictionaries with parameters of type CharBasedDictionaryTreeNode
CharBasedDictionaryTreeNode.CharBasedDictionaryTreeNode(CharBasedDictionaryTreeNode p)
          initialisiert den Knoten mit Standardwerten und setzt den Elternknoten auf p.