|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.aura.algorithms.rank.Rank
Constructor Summary | |
Rank()
default |
|
Rank(int value)
give it a value |
Method Summary | |
boolean |
equals(java.lang.Object obj)
are they equals? |
static int |
getMaximum()
get the maximum rank value |
static int |
getMinimum()
get the minimum rank value |
int |
getRank()
get the rank |
static int |
getUnknown()
get the unknown rank value |
boolean |
isUnknown()
is the rank unknown? |
protected int |
normalize(int value)
normalize the value |
java.lang.String |
toString()
show the object as a string |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Rank()
public Rank(int value)
Method Detail |
public boolean isUnknown()
public int getRank()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public static int getMinimum()
public static int getMaximum()
public static int getUnknown()
protected int normalize(int value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |