|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colossus.ai.AbstractAI.MoveInfo
protected class AbstractAI.MoveInfo
little helper to store info about possible moves
Field Summary | |
---|---|
(package private) int |
difference
|
(package private) MasterHex |
hex
hex to move to. |
(package private) Legion |
legion
|
(package private) int |
value
|
(package private) ValueRecorder |
why
|
Constructor Summary | |
---|---|
AbstractAI.MoveInfo(Legion legion,
MasterHex hex,
int value,
int difference,
ValueRecorder why)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final Legion legion
final MasterHex hex
final int value
final int difference
final ValueRecorder why
Constructor Detail |
---|
AbstractAI.MoveInfo(Legion legion, MasterHex hex, int value, int difference, ValueRecorder why)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |