|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsimulations.gui.coalitions.CoalitionData
public class CoalitionData
| Constructor Summary | |
|---|---|
CoalitionData(int nbOcc,
int maxLength,
int currentLength,
int seqNbOcc,
boolean lastTurn)
Creates a new instance of CoalitionData |
|
| Method Summary | |
|---|---|
int |
getCurrentLength()
Getter for property currentLength. |
int |
getMaxLength()
Getter for property maxLength. |
int |
getNbOcc()
Getter for property nbOcc. |
int |
getSeqNbOcc()
Getter for property seqNbOcc. |
boolean |
isLastTurn()
Getter for property lastTurn. |
void |
setCurrentLength(int currentLength)
Setter for property currentLength. |
void |
setLastTurn(boolean lastTurn)
Setter for property lastTurn. |
void |
setMaxLength(int maxLength)
Setter for property maxLength. |
void |
setNbOcc(int nbOcc)
Setter for property nbOcc. |
void |
setSeqNbOcc(int seqNbOcc)
Setter for property seqNbOcc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CoalitionData(int nbOcc,
int maxLength,
int currentLength,
int seqNbOcc,
boolean lastTurn)
| Method Detail |
|---|
public int getCurrentLength()
public void setCurrentLength(int currentLength)
currentLength - New value of property currentLength.public boolean isLastTurn()
public void setLastTurn(boolean lastTurn)
lastTurn - New value of property lastTurn.public int getMaxLength()
public void setMaxLength(int maxLength)
maxLength - New value of property maxLength.public int getNbOcc()
public void setNbOcc(int nbOcc)
nbOcc - New value of property nbOcc.public int getSeqNbOcc()
public void setSeqNbOcc(int seqNbOcc)
seqNbOcc - New value of property seqNbOcc.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||