Uses of Interface
org.deckfour.xes.model.XTrace
-
-
Uses of XTrace in org.deckfour.xes.classification
Methods in org.deckfour.xes.classification with parameters of type XTrace Modifier and Type Method Description voidXEventClasses. register(XTrace trace)Registers a trace with this set of event classes. -
Uses of XTrace in org.deckfour.xes.extension.std
Methods in org.deckfour.xes.extension.std with parameters of type XTrace Modifier and Type Method Description voidXExtendedEvent. accept(XVisitor visitor, XTrace trace)voidXCostExtension. assignAmounts(XTrace trace, java.util.Map<java.lang.String,java.lang.Double> amounts)Assigns (to the given trace) multiple amounts given their keys.voidXCostExtension. assignCurrency(XTrace trace, java.lang.String currency)Assigns any trace its cost currency, as defined by this extension's currency attribute.voidXCostExtension. assignDrivers(XTrace trace, java.util.Map<java.lang.String,java.lang.String> drivers)Assigns (to the given trace) multiple cost drivers given their keys.voidXCostExtension. assignNestedAmounts(XTrace trace, java.util.Map<java.util.List<java.lang.String>,java.lang.Double> amounts)Assigns (to the given trace) multiple amounts given their key lists.voidXCostExtension. assignNestedDrivers(XTrace trace, java.util.Map<java.util.List<java.lang.String>,java.lang.String> drivers)Assigns (to the given trace) multiple cost drivers given their key lists.voidXCostExtension. assignNestedTypes(XTrace trace, java.util.Map<java.util.List<java.lang.String>,java.lang.String> types)Assigns (to the given trace) multiple cost types given their key lists.voidXCostExtension. assignTotal(XTrace trace, java.lang.Double total)Assigns any trace its total costs, as defined by this extension's total attribute.voidXCostExtension. assignTypes(XTrace trace, java.util.Map<java.util.List<java.lang.String>,java.lang.String> types)Assigns (to the given trace) multiple cost types given their keys.java.util.Map<java.lang.String,java.lang.Double>XCostExtension. extractAmounts(XTrace trace)Retrieves a map containing all cost amounts for all child attributes of a trace.java.lang.StringXCostExtension. extractCurrency(XTrace trace)Retrieves the cost currency for a trace, if set by this extension's currency attribute.java.util.Map<java.lang.String,java.lang.String>XCostExtension. extractDrivers(XTrace trace)Retrieves a map containing all cost drivers for all child attributes of a trace.java.util.Map<java.util.List<java.lang.String>,java.lang.Double>XCostExtension. extractNestedAmounts(XTrace trace)Retrieves a map containing all cost amounts for all descending attributes of a trace.java.util.Map<java.util.List<java.lang.String>,java.lang.String>XCostExtension. extractNestedDrivers(XTrace trace)Retrieves a map containing all cost drivers for all descending attributes of a trace.java.util.Map<java.util.List<java.lang.String>,java.lang.String>XCostExtension. extractNestedTypes(XTrace trace)Retrieves a map containing all cost types for all descending attributes of a trace.java.lang.DoubleXCostExtension. extractTotal(XTrace trace)Retrieves the total costs of a trace, if set by this extension's total attribute.java.util.Map<java.lang.String,java.lang.String>XCostExtension. extractTypes(XTrace trace)Retrieves a map containing all cost types for all child attributes of a trace. -
Uses of XTrace in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory that return XTrace Modifier and Type Method Description XTraceXFactory. createTrace()Creates a new XES trace instance (Factory method).XTraceXFactory. createTrace(XAttributeMap attributes)Creates a new XES trace instance (Factory method).XTraceXFactoryBufferedImpl. createTrace()XTraceXFactoryBufferedImpl. createTrace(XAttributeMap attributes)XTraceXFactoryNaiveImpl. createTrace()XTraceXFactoryNaiveImpl. createTrace(XAttributeMap attributes) -
Uses of XTrace in org.deckfour.xes.in
Fields in org.deckfour.xes.in declared as XTrace Modifier and Type Field Description protected XTraceXMxmlParser.MxmlHandler. currentInstanceprotected XTraceXesXmlParser.XesXmlHandler. traceBuffer trace. -
Uses of XTrace in org.deckfour.xes.info
Methods in org.deckfour.xes.info with parameters of type XTrace Modifier and Type Method Description XTimeBoundsXLogInfo. 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 Modifier and Type Field Description protected java.util.HashMap<XTrace,XTimeBoundsImpl>XLogInfoImpl. traceBoundariesMap 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 Modifier and Type Method Description XTimeBoundsXLogInfoImpl. getTraceTimeBoundaries(XTrace trace) -
Uses of XTrace in org.deckfour.xes.model
Methods in org.deckfour.xes.model with parameters of type XTrace Modifier and Type Method Description voidXEvent. accept(XVisitor visitor, XTrace trace)voidXVisitor. visitEventPost(XEvent event, XTrace trace)voidXVisitor. visitEventPre(XEvent event, XTrace trace)voidXVisitor. visitTracePost(XTrace trace, XLog log)voidXVisitor. visitTracePre(XTrace trace, XLog log) -
Uses of XTrace in org.deckfour.xes.model.buffered
Classes in org.deckfour.xes.model.buffered that implement XTrace Modifier and Type Class Description classXTraceBufferedImplSoft-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 Modifier and Type Class Description classXTraceImplMemory-based implementation for the XTrace interface.Methods in org.deckfour.xes.model.impl with parameters of type XTrace Modifier and Type Method Description voidXEventImpl. accept(XVisitor visitor, XTrace trace)
-