Class InvalidGroup

java.lang.Object
  extended byInvalidGroup

public class InvalidGroup
extends java.lang.Object

This class is used in User class to wrap invalid groups so that these can be stored in a vector in case of PMD and TPD. This class was needed when Random tasks were added to the functionality of simulator


Constructor Summary
InvalidGroup(int x)
          Creates a new instance of InvalidGroup
 
Method Summary
 int getGR()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvalidGroup

public InvalidGroup(int x)
Creates a new instance of InvalidGroup

Method Detail

getGR

public int getGR()