|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anji.fingerprint.Classification
public class 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 namepublic static java.util.List getClassifications()
public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public int getConfusionMatrixIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||