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

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

public class Simti.ST_NODE
extends java.lang.Object

Data node for SIMTI structure.

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

Field Summary
(package private)  int child
          The index for the children of this node.
(package private)  byte CS
          The number of children of this node.
(package private)  int I
          Information.
(package private)  char K
          Key
 
Constructor Summary
Simti.ST_NODE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

K

char K
Key


CS

byte CS
The number of children of this node.


I

int I
Information.


child

int child
The index for the children of this node.

Constructor Detail

Simti.ST_NODE

public Simti.ST_NODE()