Uses of Interface
org.deckfour.xes.model.XLog
-
-
Uses of XLog in org.deckfour.xes.classification
Methods in org.deckfour.xes.classification with parameters of type XLog Modifier and Type Method Description voidXEventAttributeClassifier. accept(XVisitor visitor, XLog log)voidXEventClassifier. accept(XVisitor visior, XLog log)Runs the given visitor for the given log on this classifier.static XEventClassesXEventClasses. deriveEventClasses(XEventClassifier classifier, XLog log)Creates a new set of event classes, factory method.voidXEventClasses. register(XLog log)Registers a log with this set of event classes. -
Uses of XLog in org.deckfour.xes.extension
Methods in org.deckfour.xes.extension with parameters of type XLog Modifier and Type Method Description voidXExtension. accept(XVisitor visitor, XLog log) -
Uses of XLog in org.deckfour.xes.extension.std
Methods in org.deckfour.xes.extension.std with parameters of type XLog Modifier and Type Method Description XAttributeBooleanXSoftwareEventExtension. assignHasData(XLog log, boolean hasData)XAttributeBooleanXSoftwareEventExtension. assignHasException(XLog log, boolean hasException)voidXLifecycleExtension. assignModel(XLog log, java.lang.String model)Assigns a value for the lifecycle model identifier to a given log.booleanXSoftwareEventExtension. extractHasData(XLog log)booleanXSoftwareEventExtension. extractHasException(XLog log)java.lang.StringXLifecycleExtension. extractModel(XLog log)Extracts the lifecycle model identifier from a given log.XAttributeBooleanXSoftwareEventExtension. removeHasData(XLog log)XAttributeBooleanXSoftwareEventExtension. removeHasException(XLog log)booleanXLifecycleExtension. usesStandardModel(XLog log)Checks, whether a given log uses the standard model for lifecycle transitions. -
Uses of XLog in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory that return XLog Modifier and Type Method Description XLogXFactory. createLog()Creates a new XES log instance (Factory method).XLogXFactory. createLog(XAttributeMap attributes)Creates a new XES log instance (Factory method).XLogXFactoryBufferedImpl. createLog()XLogXFactoryNaiveImpl. createLog()XLogXFactoryNaiveImpl. createLog(XAttributeMap attributes) -
Uses of XLog in org.deckfour.xes.in
Fields in org.deckfour.xes.in declared as XLog Modifier and Type Field Description protected XLogXMxmlParser.MxmlHandler. currentProcessprotected XLogXesXmlParser.XesXmlHandler. logBuffer log.Fields in org.deckfour.xes.in with type parameters of type XLog Modifier and Type Field Description protected java.util.ArrayList<XLog>XMxmlParser.MxmlHandler. logsMethods in org.deckfour.xes.in that return XLog Modifier and Type Method Description XLogXesXmlParser.XesXmlHandler. getLog()Retrieves the parsed log.Methods in org.deckfour.xes.in that return types with arguments of type XLog Modifier and Type Method Description java.util.List<XLog>XMxmlParser.MxmlHandler. getLogs()java.util.List<XLog>XesXmlGZIPParser. parse(java.io.InputStream is)java.util.List<XLog>XesXmlParser. parse(java.io.InputStream is)Parses a log from the given input stream, which is supposed to deliver an XES log in XML representation.java.util.List<XLog>XMxmlGZIPParser. parse(java.io.InputStream is)java.util.List<XLog>XMxmlParser. parse(java.io.InputStream is)Parses a set of logs from the given input stream, which is supposed to deliver an MXML serialization.java.util.List<XLog>XParser. parse(java.io.File file)Parses the given file, and returns the XLog instances extracted.abstract java.util.List<XLog>XParser. parse(java.io.InputStream is)Parses the given input stream, and returns the XLog instances extracted.java.util.Collection<XLog>XUniversalParser. parse(java.io.File file)Attempts to parse a collection of XES models from the given file, using all available parsers. -
Uses of XLog in org.deckfour.xes.info
Methods in org.deckfour.xes.info that return XLog Modifier and Type Method Description XLogXLogInfo. getLog()Retrieves the log used for this summary.Methods in org.deckfour.xes.info with parameters of type XLog Modifier and Type Method Description static XLogInfoXLogInfoFactory. createLogInfo(XLog log)Creates a new log info with the standard event classifier.static XLogInfoXLogInfoFactory. createLogInfo(XLog log, XEventClassifier classifier)Creates a new log info summary with a custom event classifier. -
Uses of XLog in org.deckfour.xes.info.impl
Fields in org.deckfour.xes.info.impl declared as XLog Modifier and Type Field Description protected XLogXLogInfoImpl. logThe event log which is summarized.Methods in org.deckfour.xes.info.impl that return XLog Modifier and Type Method Description XLogXLogInfoImpl. getLog()Methods in org.deckfour.xes.info.impl with parameters of type XLog Modifier and Type Method Description static XLogInfoXLogInfoImpl. create(XLog log)Creates a new log info summary with the standard event classifier.static XLogInfoXLogInfoImpl. create(XLog log, XEventClassifier defaultClassifier)Creates a new log info summary with a custom event classifier.static XLogInfoXLogInfoImpl. create(XLog log, XEventClassifier defaultClassifier, java.util.Collection<XEventClassifier> classifiers)Creates a new log info summary with a collection of custom event classifiers.Constructors in org.deckfour.xes.info.impl with parameters of type XLog Constructor Description XLogInfoImpl(XLog log, XEventClassifier defaultClassifier, java.util.Collection<XEventClassifier> classifiers)Creates a new log summary. -
Uses of XLog in org.deckfour.xes.model
Methods in org.deckfour.xes.model with parameters of type XLog Modifier and Type Method Description voidXTrace. accept(XVisitor visitor, XLog log)voidXVisitor. init(XLog log)voidXVisitor. visitClassifierPost(XEventClassifier classifier, XLog log)voidXVisitor. visitClassifierPre(XEventClassifier classifier, XLog log)voidXVisitor. visitExtensionPost(XExtension ext, XLog log)voidXVisitor. visitExtensionPre(XExtension ext, XLog log)voidXVisitor. visitLogPost(XLog log)voidXVisitor. visitLogPre(XLog log)voidXVisitor. visitTracePost(XTrace trace, XLog log)voidXVisitor. visitTracePre(XTrace trace, XLog log) -
Uses of XLog in org.deckfour.xes.model.buffered
Methods in org.deckfour.xes.model.buffered with parameters of type XLog Modifier and Type Method Description voidXTraceBufferedImpl. accept(XVisitor visitor, XLog log) -
Uses of XLog in org.deckfour.xes.model.impl
Classes in org.deckfour.xes.model.impl that implement XLog Modifier and Type Class Description classXLogImplImplementation for the XLog interface.Methods in org.deckfour.xes.model.impl with parameters of type XLog Modifier and Type Method Description voidXTraceImpl. accept(XVisitor visitor, XLog log) -
Uses of XLog in org.deckfour.xes.out
Methods in org.deckfour.xes.out with parameters of type XLog Modifier and Type Method Description voidXesXmlGZIPSerializer. serialize(XLog log, java.io.OutputStream out)voidXesXmlSerializer. serialize(XLog log, java.io.OutputStream out)voidXMxmlGZIPSerializer. serialize(XLog log, java.io.OutputStream out)voidXMxmlSerializer. serialize(XLog log, java.io.OutputStream out)voidXSerializer. serialize(XLog log, java.io.OutputStream out)Serializes a given log to the given output stream.
-