app2.client
Class ApplicationInstanceInfos

java.lang.Object
  extended byapp2.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)
           
 
Method Summary
 int getApplicationInstanceID()
           
 int getMaxActors()
           
 int getMinActors()
           
 int getNbPlayers()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationInstanceInfos

public ApplicationInstanceInfos(int applicationInstanceID,
                                int minOfActors,
                                int maxOfActors,
                                int nbPlayers)
Parameters:
applicationInstanceID -
Method Detail

getApplicationInstanceID

public int getApplicationInstanceID()

getNbPlayers

public int getNbPlayers()

getMinActors

public int getMinActors()

getMaxActors

public int getMaxActors()