|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.fingerprint.Classification
Enumerated type representing fingerprint classifications: whorl, right loop, left loop, arch,
and tented arch. Values returned in toString()
are single-character
representations of classification.
Field Summary | |
static Classification |
ARCH
arch |
static Classification |
LEFT_LOOP
left loop |
static Classification |
NONE
none / undefined / reject |
static Classification |
RIGHT_LOOP
right loop |
static Classification |
TENTED_ARCH
tented arch |
static Classification |
WHORL
whorl |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
static java.util.List |
getClassifications()
|
int |
getConfusionMatrixIndex()
|
int |
hashCode()
define this so objects may be used in hash tables |
java.lang.String |
toString()
|
static Classification |
valueOf(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Classification WHORL
public static final Classification RIGHT_LOOP
public static final Classification LEFT_LOOP
public static final Classification ARCH
public static final Classification TENTED_ARCH
public static final Classification NONE
Method Detail |
public static Classification valueOf(java.lang.String name)
name
- id of type
NeuronType
enumerated type corresponding to name
public static java.util.List getClassifications()
public boolean equals(java.lang.Object o)
Object.equals(java.lang.Object)
public java.lang.String toString()
Object.toString()
public int hashCode()
Object.hashCode()
public int getConfusionMatrixIndex()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |