com.alibaba.simpleimage.analyze.search.engine
类 Score

java.lang.Object
  继承者 com.alibaba.simpleimage.analyze.search.engine.Score
所有已实现的接口:
Comparable<Score>

public class Score
extends Object
implements Comparable<Score>

类Score.java的实现描述:TODO 类实现描述

作者:
axman 2013-7-24 下午1:37:56

构造方法摘要
Score(int identity, float score)
           
 
方法摘要
 int compareTo(Score s)
           
 int getIdentity()
           
 float getScore()
           
 void setIdentity(int identity)
           
 void setScore(float score)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Score

public Score(int identity,
             float score)
方法详细信息

getScore

public float getScore()

setScore

public void setScore(float score)

getIdentity

public int getIdentity()

setIdentity

public void setIdentity(int identity)

compareTo

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


Copyright © 2012–2015 Alibaba Group. All rights reserved.