org.openmi.standard
Interface ITimeSpan

All Superinterfaces:
ITime

public interface ITimeSpan
extends ITime

TimeSpan interface


Method Summary
 ITimeStamp getEnd()
          Time span's end time stamp
 ITimeStamp getStart()
          Time span's begin time stamp
 

Method Detail

getStart

ITimeStamp getStart()
Time span's begin time stamp


getEnd

ITimeStamp getEnd()
Time span's end time stamp