|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.nipax.hippo.pexeso.AI_forgetting.Piece
class AI_forgetting.Piece
Store informations about one position in playground.
Field Summary | |
---|---|
(package private) int |
id
Id of card. -1 == don't know |
(package private) int |
last
Turn when the piece was shown for the last time. |
(package private) int |
revc
How many times the piece was revieled. |
(package private) boolean |
valid
Is the card (still) there? |
Constructor Summary | |
---|---|
AI_forgetting.Piece()
Simple constructor. |
Method Summary | |
---|---|
void |
update(int ID)
Updates info about piece. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
int id
int revc
int last
boolean valid
Constructor Detail |
---|
AI_forgetting.Piece()
Method Detail |
---|
public void update(int ID)
ID
- to store
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |