|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Risk.Jugador.OccupaResult
AttackResult esta compost per un territori (ID) font (des d'on mourem armies) i un territori (ID) destí al que mourem les armies, a més conté el nombre d'armies.
Constructor Summary | |
OccupaResult(int from,
int to,
int num)
|
Method Summary | |
int |
GetFrom()
|
int |
GetNumArmies()
|
int |
GetTo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OccupaResult(int from, int to, int num)
Method Detail |
public int GetFrom()
public int GetTo()
public int GetNumArmies()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |