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

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

public class Simti.ST_NF
extends java.lang.Object

The node for SIMTI structure.

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

Field Summary
(package private)  Simti.ST_FREE free
          For managing the free nodes in SIMTI.
(package private)  Simti.ST_NODE node
          The data of this node.
 
Constructor Summary
Simti.ST_NF()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

Simti.ST_NODE node
The data of this node.


free

Simti.ST_FREE free
For managing the free nodes in SIMTI.

Constructor Detail

Simti.ST_NF

public Simti.ST_NF()