org.mega.gasp.platform.utils
Class ApplicationInstanceInfos

java.lang.Object
  extended byorg.mega.gasp.platform.utils.ApplicationInstanceInfos

public class ApplicationInstanceInfos
extends java.lang.Object

This class is used to construct an object representing the current AIs State.

Author:
PELLERIN Romain (pellerin@cnam.fr) - MEGA Project

Field Summary
private  int appInstanceID
           
private  int max
           
private  int min
           
private  int nbP
           
private  java.util.Vector pList
           
 
Constructor Summary
ApplicationInstanceInfos(int applicationInstanceID, int minOfActors, int maxOfActors, int nbPlayers, java.util.Vector playerList)
           
 
Method Summary
 int getApplicationInstanceID()
           
 int getMaxActors()
           
 int getMinActors()
           
 int getNbPlayers()
           
 java.util.Vector getPlayerList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appInstanceID

private int appInstanceID

nbP

private int nbP

min

private int min

max

private int max

pList

private java.util.Vector pList
Constructor Detail

ApplicationInstanceInfos

public ApplicationInstanceInfos(int applicationInstanceID,
                                int minOfActors,
                                int maxOfActors,
                                int nbPlayers,
                                java.util.Vector playerList)
Method Detail

getApplicationInstanceID

public int getApplicationInstanceID()

getNbPlayers

public int getNbPlayers()

getPlayerList

public java.util.Vector getPlayerList()

getMinActors

public int getMinActors()

getMaxActors

public int getMaxActors()