kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
Class Trie.FREE

java.lang.Object
  extended by kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer.Trie.FREE
Enclosing class:
Trie

public class Trie.FREE
extends java.lang.Object

This class is for managing free nodes in the trie structure.

Author:
Sangwon Park (hudoni@world.kaist.ac.kr), CILab, SWRC, KAIST

Field Summary
 int next_idx
          the next index of free node
 int size
          the size of consecutive free nodes
 
Constructor Summary
Trie.FREE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

public int size
the size of consecutive free nodes


next_idx

public int next_idx
the next index of free node

Constructor Detail

Trie.FREE

public Trie.FREE()