de.cesr.more.measures.util
Interface MoreSchedule

All Known Implementing Classes:
MRsSchedule, MSchedule

public interface MoreSchedule

MORe

Date:
15.11.2010

Method Summary
 double getCurrentTick()
           
 String getScheduleInfo()
          Lists scheduled actions and according parameters in the returned string.
 void removeAction(MoreAction action)
           
 void schedule(MScheduleParameters params, MoreAction action)
           
 

Method Detail

schedule

void schedule(MScheduleParameters params,
              MoreAction action)

removeAction

void removeAction(MoreAction action)

getCurrentTick

double getCurrentTick()

getScheduleInfo

String getScheduleInfo()
Lists scheduled actions and according parameters in the returned string.

Returns:
Created by Sascha Holzhauer on 11.01.2011