edu.umass.cs.sase.engine
Class RunPool

java.lang.Object
  extended by edu.umass.cs.sase.engine.RunPool

public class RunPool
extends java.lang.Object

This class is used to reuse runs in memory

Author:
haopeng

Constructor Summary
RunPool()
          Default constructor
 
Method Summary
 Run getRun()
          Returns a run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunPool

public RunPool()
Default constructor

Method Detail

getRun

public Run getRun()
Returns a run

Returns:
a run