kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
Class Simti.ST_FREE

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

public class Simti.ST_FREE
extends java.lang.Object

The structure for the free node list.

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

Field Summary
(package private)  int next
          The next node in the free node list. 0: end of list, otherwise: the index of the next node
(package private)  int size
          The number of consecutive free nodes.
 
Constructor Summary
Simti.ST_FREE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

int size
The number of consecutive free nodes. It should be greater than 0.


next

int next
The next node in the free node list. 0: end of list, otherwise: the index of the next node

Constructor Detail

Simti.ST_FREE

public Simti.ST_FREE()