|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.hankcs.hanlp.seg.NShort.Path.PathNode
public class PathNode
路径上的节点
| 字段摘要 | |
|---|---|
int |
from
节点前驱 |
int |
index
节点在顶点数组中的下标 |
| 构造方法摘要 | |
|---|---|
PathNode(int from,
int index)
构造一个节点 |
|
| 方法摘要 | |
|---|---|
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
public int from
public int index
| 构造方法详细信息 |
|---|
public PathNode(int from,
int index)
from - 节点前驱index - 节点在顶点数组中的下标| 方法详细信息 |
|---|
public String toString()
Object 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||