|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdice_war.Node
public class Node
| Field Summary | |
|---|---|
int |
country
Game-play data, which country it is. |
int |
number
Game-play data, how many dices it has |
| Constructor Summary | |
|---|---|
Node(int x,
int y,
int index,
int country,
int number)
|
|
Node(Node n)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int country
public int number
| Constructor Detail |
|---|
public Node(int x,
int y,
int index,
int country,
int number)
public Node(Node n)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||