swarm.activity
Interface RelativeTimeS

All Known Subinterfaces:
ConcurrentSchedule, ConcurrentScheduleC, ConcurrentScheduleS, Schedule, ScheduleC, ScheduleS
All Known Implementing Classes:
ScheduleImpl, ScheduleCImpl

public interface RelativeTimeS

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
 java.lang.Object setRelativeTime(boolean relativeTime)
           
 

Method Detail

setRelativeTime

public java.lang.Object setRelativeTime(boolean relativeTime)