类 com.hankcs.hanlp.collection.MDAG.SimpleMDAGNode
的使用

使用 SimpleMDAGNode 的软件包
com.hankcs.hanlp.collection.MDAG   
 

com.hankcs.hanlp.collection.MDAGSimpleMDAGNode 的使用
 

声明为 SimpleMDAGNodecom.hankcs.hanlp.collection.MDAG 中的字段
protected  SimpleMDAGNode[] MDAG.mdagDataArray
          调用simplify()后填充此空间
protected  SimpleMDAGNode MDAG.simplifiedSourceNode
          简化后的根节点(简化指的是用数组简化,而不是最小化,这个结构永远是最小化的)
 

返回 SimpleMDAGNodecom.hankcs.hanlp.collection.MDAG 中的方法
 SimpleMDAGNode[] MDAG.getSimpleMDAGArray()
          获取简化后的状态Array
Returns the array of SimpleMDAGNodes collectively containing the data of this MDAG, or null if it hasn't been simplified yet.
 SimpleMDAGNode SimpleMDAGNode.transition(SimpleMDAGNode[] mdagDataArray, char letter)
          Follows an outgoing _transition from this node.
 SimpleMDAGNode SimpleMDAGNode.transition(SimpleMDAGNode[] mdagDataArray, char[] str)
           
 SimpleMDAGNode SimpleMDAGNode.transition(SimpleMDAGNode[] mdagDataArray, char[] str, int offset)
           
 SimpleMDAGNode SimpleMDAGNode.transition(SimpleMDAGNode[] mdagDataArray, String str)
          Follows a _transition path starting from this node.
static SimpleMDAGNode SimpleMDAGNode.traverseMDAG(SimpleMDAGNode[] mdagDataArray, SimpleMDAGNode sourceNode, String str)
          Follows a _transition path starting from the source node of a MDAG.
 

参数类型为 SimpleMDAGNodecom.hankcs.hanlp.collection.MDAG 中的方法
 SimpleMDAGNode SimpleMDAGNode.transition(SimpleMDAGNode[] mdagDataArray, char letter)
          Follows an outgoing _transition from this node.
 SimpleMDAGNode SimpleMDAGNode.transition(SimpleMDAGNode[] mdagDataArray, char[] str)
           
 SimpleMDAGNode SimpleMDAGNode.transition(SimpleMDAGNode[] mdagDataArray, char[] str, int offset)
           
 SimpleMDAGNode SimpleMDAGNode.transition(SimpleMDAGNode[] mdagDataArray, String str)
          Follows a _transition path starting from this node.
static SimpleMDAGNode SimpleMDAGNode.traverseMDAG(SimpleMDAGNode[] mdagDataArray, SimpleMDAGNode sourceNode, String str)
          Follows a _transition path starting from the source node of a MDAG.
static SimpleMDAGNode SimpleMDAGNode.traverseMDAG(SimpleMDAGNode[] mdagDataArray, SimpleMDAGNode sourceNode, String str)
          Follows a _transition path starting from the source node of a MDAG.
 



Copyright © 2014–2015 码农场. All rights reserved.