|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Phase | |
|---|---|
| de.hagenah.diplomacy.diptool | |
| de.hagenah.diplomacy.game | |
| de.hagenah.diplomacy.map | |
| Uses of Phase in de.hagenah.diplomacy.diptool |
|---|
| Methods in de.hagenah.diplomacy.diptool with parameters of type Phase | |
|---|---|
DiaryEntry |
DipGame.createDiaryEntry(Person from,
int number,
java.lang.String text,
Phase phase)
Creates a new diary entry (if the diary entry doesn't already exist) |
Turn |
DipGame.createTurn(int number,
Phase phase,
java.util.Date turndate)
Retrieves the specified turn. |
protected Turn |
DipGame.internCreateTurn(int number,
Phase phase)
Creates a Turn object |
| Uses of Phase in de.hagenah.diplomacy.game |
|---|
| Methods in de.hagenah.diplomacy.game that return Phase | |
|---|---|
Phase |
DecisionAdjudicator.adjudicate(Turn turn,
MapData map,
java.util.Map specialphasecenters,
java.util.Map units,
java.util.Map dislodgedunits,
java.util.Map centers,
java.util.Map builds,
java.util.Collection nmrorders,
java.util.SortedMap results,
java.util.List errors)
Adjudicates a turn. |
Phase |
Adjudicator.adjudicate(Turn turn,
MapData map,
java.util.Map specialphasecenters,
java.util.Map units,
java.util.Map dislodgedunits,
java.util.Map centers,
java.util.Map builds,
java.util.Collection nmrorders,
java.util.SortedMap results,
java.util.List errors)
Adjudicates a turn. |
Phase |
PersonInfo.getFirstPhase()
Returns the first phase of the game where this person entered orders |
Phase |
Game.getLastPhase()
Returns the last phase of this game, null if unknown |
Phase |
Turn.getPhase()
Returns the phase of the turn. |
Phase |
DiaryEntry.getPhase()
Returns she phase in which the diary entry was created |
| Methods in de.hagenah.diplomacy.game with parameters of type Phase | |
|---|---|
DiaryEntry |
Game.createDiaryEntry(Person from,
int number,
java.lang.String text,
Phase phase)
Creates a new diary entry (if the diary entry doesn't already exist) |
Turn |
Game.createTurn(int number,
Phase phase,
java.util.Date turndate)
Retrieves the specified turn. |
java.util.Map |
Game.getSpecialCenters(Phase phase)
Returns the special centers for the specified phase. |
java.util.Map |
Game.getSpecialPhaseCenters(Phase phase)
Returns the special phase centers. |
Turn |
Game.getTurn(Phase phase)
Returns a turn of the game or null. |
protected Turn |
Game.internCreateTurn(int number,
Phase phase)
Creates a Turn object |
void |
Game.setLastPhase(Phase phase)
Sets the last phase of this game |
| Constructors in de.hagenah.diplomacy.game with parameters of type Phase | |
|---|---|
DiaryEntry(Person from,
int number,
java.lang.String text,
Phase phase,
int messagenumber)
Creates a new diary message. |
|
PersonInfo(Person person,
Phase firstphase,
java.lang.String name,
java.lang.String email)
Creates a new PersonInfo. |
|
Turn(int number,
Phase phase)
Creates a new Turn |
|
| Uses of Phase in de.hagenah.diplomacy.map |
|---|
| Methods in de.hagenah.diplomacy.map that return Phase | |
|---|---|
Phase |
MapData.getHomeCentersPhase()
Returns the special phase if getHomeCentersType() returns HOME_CENTERS_PHASE |
Phase |
MapData.getStartPhase()
Returns the start phase of the map. |
Phase |
Phase.getSuccessor(boolean retreats,
boolean builds)
Determines the next phase. |
| Methods in de.hagenah.diplomacy.map with parameters of type Phase | |
|---|---|
boolean |
Phase.canSucceed(Phase nextphase)
Can nextphase succeed to this phase? |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||