app2.client
Class ApplicationInstanceInfos
java.lang.Object
app2.client.ApplicationInstanceInfos
- public class ApplicationInstanceInfos
- extends java.lang.Object
- Author:
- PELLERIN Romain (cybernash@free.fr) - MEGA Project
Constructor Summary |
ApplicationInstanceInfos(int applicationInstanceID,
int minOfActors,
int maxOfActors,
int nbPlayers)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationInstanceInfos
public ApplicationInstanceInfos(int applicationInstanceID,
int minOfActors,
int maxOfActors,
int nbPlayers)
- Parameters:
applicationInstanceID
-
getApplicationInstanceID
public int getApplicationInstanceID()
getNbPlayers
public int getNbPlayers()
getMinActors
public int getMinActors()
getMaxActors
public int getMaxActors()