|
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Object
|
+--java.lang.Thread
|
+--Match
| Field Summary | |
(package private) double |
abest
|
(package private) double |
actang
|
(package private) int |
actc
|
(package private) double |
actend
|
(package private) int |
actj
|
(package private) int |
badc
|
(package private) int |
best
|
(package private) double |
bestdiff
|
(package private) int |
conc
|
(package private) int |
count
|
private HVCanvas |
cv
|
(package private) int |
f
|
(package private) int |
goodc
|
private Hand |
hand
|
(package private) int |
it
|
(package private) int |
mode
|
private Feature |
model
|
(package private) double |
r
|
private Feature |
real
|
private boolean |
stopRequest
|
| Fields inherited from class java.lang.Thread |
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ |
| Constructor Summary | |
Match(HVCanvas c,
Feature f,
Hand h)
|
|
Match(HVCanvas c,
Hand h)
|
|
Match(HVCanvas c,
Hand fakereal,
Hand h)
|
|
Match(HVCanvas c,
java.lang.String s,
Hand h)
|
|
| Method Summary | |
void |
match(int N)
|
void |
resetMatching()
|
void |
resetMatching(int f)
|
void |
run()
|
(package private) void |
stopMatch()
|
void |
updateModel(int f)
|
void |
updateReal(int f)
|
| Methods inherited from class java.lang.Thread |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private HVCanvas cv
private Hand hand
private Feature real
private Feature model
private boolean stopRequest
int count
int mode
int conc
int goodc
int badc
int it
double r
int f
int actj
double actang
double actend
int actc
int best
double abest
double bestdiff
| Constructor Detail |
public Match(HVCanvas c,
Feature f,
Hand h)
public Match(HVCanvas c,
java.lang.String s,
Hand h)
public Match(HVCanvas c,
Hand fakereal,
Hand h)
public Match(HVCanvas c,
Hand h)
| Method Detail |
public void updateReal(int f)
public void updateModel(int f)
public void resetMatching()
public void resetMatching(int f)
public void run()
run in class java.lang.Threadpublic void match(int N)
void stopMatch()
|
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||