com.hankcs.hanlp.dependency.common
类 Edge
java.lang.Object
com.hankcs.hanlp.dependency.common.Edge
public class Edge
- extends Object
一条边
- 作者:
- hankcs
构造方法摘要 |
Edge(int from,
int to,
String label,
float cost)
|
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
from
public int from
to
public int to
cost
public float cost
label
public String label
Edge
public Edge(int from,
int to,
String label,
float cost)
Copyright © 2014–2015 码农场. All rights reserved.