org.lucci.madhoc.simulation
Class FixedTimeTerminationCondition

java.lang.Object
  extended by org.lucci.madhoc.simulation.TerminationCondition
      extended by org.lucci.madhoc.simulation.FixedTimeTerminationCondition
All Implemented Interfaces:
Configurable

public class FixedTimeTerminationCondition
extends TerminationCondition


Constructor Summary
FixedTimeTerminationCondition()
           
 
Method Summary
 boolean applicationHasCompleted(Monitor app)
           
 void configure()
           
 
Methods inherited from class org.lucci.madhoc.simulation.TerminationCondition
getMonitor, setMonitor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedTimeTerminationCondition

public FixedTimeTerminationCondition()
Method Detail

applicationHasCompleted

public boolean applicationHasCompleted(Monitor app)
Specified by:
applicationHasCompleted in class TerminationCondition

configure

public void configure()
               throws java.lang.Throwable
Throws:
java.lang.Throwable