swarm.activity
Interface RelativeTime

All Known Subinterfaces:
ConcurrentSchedule, Schedule
All Known Implementing Classes:
ScheduleImpl

public interface RelativeTime

Specifies that time is relative to when the schedule started.. The RelativeTime option specifies that all the times in the schedule are relative to the time when processing of the entire schedule begins. Otherwise, the times are assumed to be absolute times, with their base in the starting time of the entire model.


Method Summary
 boolean getRelativeTime()
           
 

Method Detail

getRelativeTime

public boolean getRelativeTime()