Package | Description |
---|---|
de.smarten.tsuro.shared.gamemodel |
The GameModel package is used by every other component of our software.
|
de.smarten.tsuro.shared.network | |
de.smarten.tsuro.shared.network.client |
This package contains classes and interfaces for ClientToServerConnections.
|
Modifier and Type | Method and Description |
---|---|
Game |
GameModel.getGame() |
Modifier and Type | Method and Description |
---|---|
abstract void |
AGameModel.setGame(Game game) |
void |
GameModel.setGame(Game game) |
Modifier and Type | Method and Description |
---|---|
static List<Game> |
GameModelTranslator.translateIntoGameList(org.eclipse.emf.common.util.EList<de.upb.swt.swtpra2017.swtinterface.Game> eGameList)
Translates an EList of EMF Game objects into a List of GameModel Game objects.
|
Modifier and Type | Method and Description |
---|---|
void |
IClientToServerConnectionCallable.gameListResponseCallback(List<Game> gameList)
Will be called by the ClientToServerConnection when a GameListResponse
is received.
|
Copyright © 2017 smarTen. All rights reserved.