|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Station | |
|---|---|
| rails.algorithms | |
| rails.game | |
| rails.game.correct | |
| Uses of Station in rails.algorithms |
|---|
| Methods in rails.algorithms that return Station | |
|---|---|
Station |
NetworkVertex.getStation()
|
| Methods in rails.algorithms with parameters of type Station | |
|---|---|
void |
NetworkGraphBuilder.setIteratorStart(MapHex hex,
Station station)
|
| Constructors in rails.algorithms with parameters of type Station | |
|---|---|
NetworkVertex(MapHex hex,
Station station)
constructor for station on mapHex |
|
| Uses of Station in rails.game |
|---|
| Methods in rails.game that return Station | |
|---|---|
Station |
City.getRelatedStation()
|
| Methods in rails.game that return types with arguments of type Station | |
|---|---|
java.util.List<Station> |
TileI.getStations()
|
java.util.List<Station> |
Tile.getStations()
|
| Methods in rails.game with parameters of type Station | |
|---|---|
City |
MapHex.getRelatedCity(Station station)
|
int[] |
MapHex.getTrackEndPoints(TileI tile,
int rotation,
Station station)
|
void |
City.setRelatedStation(Station relatedStation)
|
| Constructors in rails.game with parameters of type Station | |
|---|---|
City(MapHex mapHex,
int number,
Station station)
|
|
| Uses of Station in rails.game.correct |
|---|
| Methods in rails.game.correct that return types with arguments of type Station | |
|---|---|
java.util.List<Station> |
MapCorrectionAction.getPossibleStations()
|
java.util.List<Station> |
MapCorrectionAction.getStationsForRelay()
|
| Method parameters in rails.game.correct with type arguments of type Station | |
|---|---|
void |
MapCorrectionAction.selectRelayBaseTokens(java.util.List<Station> chosenStations)
|
(package private) void |
MapCorrectionAction.setPossibleStations(java.util.List<Station> possibleStations)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||