uchicago.src.sim.engine
Interface Group

All Superinterfaces:
java.util.Collection
All Known Implementing Classes:
DefaultGroup

public interface Group
extends java.util.Collection

Version:
$Revision: 1.6 $ $Date: 2004/11/03 19:50:57 $

Method Summary
 double avg(java.lang.String methodName)
           
 void call(java.lang.String methodName)
           
 void clear()
           
 java.util.List getItemWithMaxValue(java.lang.String methodName)
           
 java.util.List getItemWithMinValue(java.lang.String methodName)
           
 java.lang.Object getRandomItem()
           
 boolean isEmpty()
           
 java.util.Iterator iterator()
           
 double max(java.lang.String methodName)
           
 double min(java.lang.String methodName)
           
 int size()
           
 void step()
           
 
Methods inherited from interface java.util.Collection
add, addAll, contains, containsAll, equals, hashCode, remove, removeAll, retainAll, toArray, toArray
 

Method Detail

step

public void step()

call

public void call(java.lang.String methodName)

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface java.util.Collection

clear

public void clear()
Specified by:
clear in interface java.util.Collection

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface java.util.Collection

min

public double min(java.lang.String methodName)

max

public double max(java.lang.String methodName)

avg

public double avg(java.lang.String methodName)

getItemWithMinValue

public java.util.List getItemWithMinValue(java.lang.String methodName)

getItemWithMaxValue

public java.util.List getItemWithMaxValue(java.lang.String methodName)

getRandomItem

public java.lang.Object getRandomItem()

size

public int size()
Specified by:
size in interface java.util.Collection