org.ojalgo.type
Class ScheduleBuilder

java.lang.Object
  extended by org.ojalgo.type.ScheduleBuilder

public class ScheduleBuilder
extends Object


Constructor Summary
ScheduleBuilder(TimerTask aTask)
           
 
Method Summary
 ScheduleBuilder repetition(int aRepetitionMeassure, TimeUnit aRepetitionUnit)
           
 void schedule(Timer aTimer)
           
 ScheduleBuilder start(Date aStartDate)
           
 ScheduleBuilder start(int aDelayMeassure, TimeUnit aDelayUnit)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleBuilder

public ScheduleBuilder(TimerTask aTask)
Method Detail

repetition

public ScheduleBuilder repetition(int aRepetitionMeassure,
                                  TimeUnit aRepetitionUnit)

schedule

public void schedule(Timer aTimer)

start

public ScheduleBuilder start(Date aStartDate)

start

public ScheduleBuilder start(int aDelayMeassure,
                             TimeUnit aDelayUnit)