Uses of Interface
org.deckfour.xes.model.XTrace

Packages that use XTrace
org.deckfour.xes.classification   
org.deckfour.xes.factory   
org.deckfour.xes.in   
org.deckfour.xes.info   
org.deckfour.xes.info.impl   
org.deckfour.xes.model.buffered   
org.deckfour.xes.model.impl   
 

Uses of XTrace in org.deckfour.xes.classification
 

Methods in org.deckfour.xes.classification with parameters of type XTrace
 void XEventClasses.register(XTrace trace)
          Registers a trace with this set of event classes.
 

Uses of XTrace in org.deckfour.xes.factory
 

Methods in org.deckfour.xes.factory that return XTrace
 XTrace XFactory.createTrace()
          Creates a new XES trace instance (Factory method).
 XTrace XFactoryBufferedImpl.createTrace()
           
 XTrace XFactoryNaiveImpl.createTrace()
           
 XTrace XFactory.createTrace(XAttributeMap attributes)
          Creates a new XES trace instance (Factory method).
 XTrace XFactoryBufferedImpl.createTrace(XAttributeMap attributes)
           
 XTrace XFactoryNaiveImpl.createTrace(XAttributeMap attributes)
           
 

Uses of XTrace in org.deckfour.xes.in
 

Fields in org.deckfour.xes.in declared as XTrace
protected  XTrace XMxmlParser.MxmlHandler.currentInstance
           
protected  XTrace XesXmlParser.XesXmlHandler.trace
          Buffer trace.
 

Uses of XTrace in org.deckfour.xes.info
 

Methods in org.deckfour.xes.info with parameters of type XTrace
 XTimeBounds XLogInfo.getTraceTimeBoundaries(XTrace trace)
          Retrieves the timestamp boundaries for a specified trace.
 

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

Fields in org.deckfour.xes.info.impl with type parameters of type XTrace
protected  HashMap<XTrace,XTimeBoundsImpl> XLogInfoImpl.traceBoundaries
          Map of timestamp boundaries for each trace, indexed by reference to the respective trace.
 

Methods in org.deckfour.xes.info.impl with parameters of type XTrace
 XTimeBounds XLogInfoImpl.getTraceTimeBoundaries(XTrace trace)
           
 

Uses of XTrace in org.deckfour.xes.model.buffered
 

Classes in org.deckfour.xes.model.buffered that implement XTrace
 class XTraceBufferedImpl
          Soft-buffered implementation of the XTrace interface.
 

Uses of XTrace in org.deckfour.xes.model.impl
 

Classes in org.deckfour.xes.model.impl that implement XTrace
 class XTraceImpl
          Memory-based implementation for the XTrace interface.