| java.lang.Object org.cougaar.glm.plugins.ScheduleUtils
ScheduleUtils | public class ScheduleUtils (Code) | | Provide convenience methods for creating objects.
|
Method Summary | |
public static Schedule | adjustSchedule(Schedule sched, long start, long end, int amount, long time_incr) | public static Schedule | adjustSchedule(Schedule sched, long start, long end, int amount) | public static Schedule | adjustSchedule(Schedule sched, long start, int amount) | public static QuantityScheduleElement | buildQuantityScheduleElement(double qty, long start, long end) | public static QuantityScheduleElement | buildQuantityScheduleElement(double qty, long start, long end, long time_incr) | public static Schedule | buildSimpleQuantitySchedule(double qty, long start, long end) | public static Schedule | buildSimpleQuantitySchedule(int qty, long start, long end, long time_incr) | public static Vector | convertEnumToVector(Enumeration e) | public static ScheduledContentPG | createScheduledContentPG(Asset a, Schedule s) | public static ScheduleElement | getElementWithTime(Schedule s, long time) | public static boolean | isOffendingSchedule(Schedule sched) | public static long | truncTime(long time, long time_incr) |
MSEC_PER_DAY | final protected static long MSEC_PER_DAY(Code) | | |
adjustSchedule | public static Schedule adjustSchedule(Schedule sched, long start, long end, int amount, long time_incr)(Code) | | |
buildQuantityScheduleElement | public static QuantityScheduleElement buildQuantityScheduleElement(double qty, long start, long end, long time_incr)(Code) | | |
buildSimpleQuantitySchedule | public static Schedule buildSimpleQuantitySchedule(double qty, long start, long end)(Code) | | |
buildSimpleQuantitySchedule | public static Schedule buildSimpleQuantitySchedule(int qty, long start, long end, long time_incr)(Code) | | |
isOffendingSchedule | public static boolean isOffendingSchedule(Schedule sched)(Code) | | |
truncTime | public static long truncTime(long time, long time_incr)(Code) | | |
|
|