Uses of Interface
org.deckfour.xes.info.XTimeBounds

Packages that use XTimeBounds
org.deckfour.xes.info   
org.deckfour.xes.info.impl   
 

Uses of XTimeBounds in org.deckfour.xes.info
 

Methods in org.deckfour.xes.info that return XTimeBounds
 XTimeBounds XLogInfo.getLogTimeBoundaries()
          Retrieves the global timestamp boundaries of this log.
 XTimeBounds XLogInfo.getTraceTimeBoundaries(XTrace trace)
          Retrieves the timestamp boundaries for a specified trace.
 

Uses of XTimeBounds in org.deckfour.xes.info.impl
 

Classes in org.deckfour.xes.info.impl that implement XTimeBounds
 class XTimeBoundsImpl
          This class implements timestamp boundaries, which can be used to describe the temporal extent of a log, or of a contained trace.
 

Methods in org.deckfour.xes.info.impl that return XTimeBounds
 XTimeBounds XLogInfoImpl.getLogTimeBoundaries()
           
 XTimeBounds XLogInfoImpl.getTraceTimeBoundaries(XTrace trace)
           
 

Methods in org.deckfour.xes.info.impl with parameters of type XTimeBounds
 void XTimeBoundsImpl.register(XTimeBounds boundary)
          Registers the given timestamp boundaries.