| org.cougaar.util.NewTimeSpan
All known Subclasses: org.cougaar.util.MutableTimeSpan,
NewTimeSpan | public interface NewTimeSpan extends TimeSpan(Code) | | Adds ability to set start and end time of a TimeSpan
See Also: TimeSpan |
Method Summary | |
void | setTimeSpan(long startTime, long endTime) |
setTimeSpan | void setTimeSpan(long startTime, long endTime)(Code) | | setTimeSpan - sets the start and end time of the time span
Expected to enforce that startTime < endTime
Should throw IllegalArgumentException if startTime >= endTime
|
|
|