Uses of Interface
org.deckfour.xes.info.XTimeBounds
-
Packages that use XTimeBounds Package Description 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 Modifier and Type Method Description XTimeBoundsXLogInfo. getLogTimeBoundaries()Retrieves the global timestamp boundaries of this log.XTimeBoundsXLogInfo. 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 Modifier and Type Class Description classXTimeBoundsImplThis 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 Modifier and Type Method Description XTimeBoundsXLogInfoImpl. getLogTimeBoundaries()XTimeBoundsXLogInfoImpl. getTraceTimeBoundaries(XTrace trace)Methods in org.deckfour.xes.info.impl with parameters of type XTimeBounds Modifier and Type Method Description voidXTimeBoundsImpl. register(XTimeBounds boundary)Registers the given timestamp boundaries.
-