com.hankcs.hanlp.dependency.common
类 State

java.lang.Object
  继承者 com.hankcs.hanlp.dependency.common.State
所有已实现的接口:
Comparable<State>

public class State
extends Object
implements Comparable<State>

作者:
hankcs

字段摘要
 float cost
           
 Edge edge
           
 int id
           
 
构造方法摘要
State(float cost, int id, Edge edge)
           
 
方法摘要
 int compareTo(State o)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

cost

public float cost

id

public int id

edge

public Edge edge
构造方法详细信息

State

public State(float cost,
             int id,
             Edge edge)
方法详细信息

compareTo

public int compareTo(State o)
指定者:
接口 Comparable<State> 中的 compareTo


Copyright © 2014–2015 鐮佸啘鍦�/a>. All rights reserved.