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

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

public class Simti.HEADI
extends java.lang.Object

The header for SIMTI structure.

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

Field Summary
(package private)  int f_size
          The number of free nodes.
(package private)  int n_size
          The number of data nodes.
(package private)  Simti.ST_FREE s_free
          The head of the free nodes.
(package private)  Simti.ST_NODE s_node
          The head of the data nodes.
 
Constructor Summary
Simti.HEADI()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_free

Simti.ST_FREE s_free
The head of the free nodes.


s_node

Simti.ST_NODE s_node
The head of the data nodes.


n_size

int n_size
The number of data nodes.


f_size

int f_size
The number of free nodes.

Constructor Detail

Simti.HEADI

public Simti.HEADI()