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

Packages that use Simti.ST_NODE
kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer   
 

Uses of Simti.ST_NODE in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer
 

Fields in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer declared as Simti.ST_NODE
(package private)  Simti.ST_NODE Simti.ST_NF.node
          The data of this node.
(package private)  Simti.ST_NODE Simti.HEADI.s_node
          The head of the data nodes.
 

Methods in kr.ac.kaist.swrc.jhannanum.plugin.MajorPlugin.MorphAnalyzer.ChartMorphAnalyzer with parameters of type Simti.ST_NODE
 int Simti.kcomp(Simti.ST_NODE a, Simti.ST_NODE b)
          Compares the keys of the specified two nodes.
private  void Simti.node_copy(Simti.ST_NODE n1, Simti.ST_NODE n2)
          Copies a node.