Uses of Class
org.processmining.ocel.ocelobjects.OcelEventLog
-
-
Uses of OcelEventLog in org.processmining.csv
Methods in org.processmining.csv that return OcelEventLog Modifier and Type Method Description static OcelEventLogOCELConverter. getOCELfromParsedCSV(java.util.List<java.util.List<java.lang.String>> parsedCsv, java.util.Map<java.lang.Integer,java.lang.String> columns, java.lang.String objSepType)Methods in org.processmining.csv with parameters of type OcelEventLog Modifier and Type Method Description static java.lang.StringOCELExporterCSV. exportCsv(OcelEventLog ocel, java.lang.String newline, char sep, char quotechar)voidOCELExporterCSV. exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file) -
Uses of OcelEventLog in org.processmining.ocel
Methods in org.processmining.ocel that return OcelEventLog Modifier and Type Method Description static OcelEventLogImporter. importFromFile(java.lang.String logPath)Methods in org.processmining.ocel with parameters of type OcelEventLog Modifier and Type Method Description static voidExporter. exportToFile(OcelEventLog eventLog, java.lang.String destinationPath) -
Uses of OcelEventLog in org.processmining.ocel.annotations
Fields in org.processmining.ocel.annotations declared as OcelEventLog Modifier and Type Field Description OcelEventLogActivityOtDependent. ocelOcelEventLogActivityOtIndipendent. ocelConstructors in org.processmining.ocel.annotations with parameters of type OcelEventLog Constructor Description ActivityOtDependent(OcelEventLog ocel, AnnotatedModel model, java.lang.String activity, java.lang.String objectType)ActivityOtIndipendent(OcelEventLog ocel, AnnotatedModel model, java.lang.String activity)EdgesMeasures(OcelEventLog ocel, ModelEdge edge, ActivityOtDependent sourceStatistics, ActivityOtDependent targetStatistics) -
Uses of OcelEventLog in org.processmining.ocel.conversion
Methods in org.processmining.ocel.conversion that return OcelEventLog Modifier and Type Method Description static OcelEventLogConverter. convertBasic(org.deckfour.xes.model.XLog log)OcelEventLogConverterPlugin. convertBasic(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log) -
Uses of OcelEventLog in org.processmining.ocel.discovery
Fields in org.processmining.ocel.discovery declared as OcelEventLog Modifier and Type Field Description OcelEventLogAnnotatedModel. ocelMethods in org.processmining.ocel.discovery with parameters of type OcelEventLog Modifier and Type Method Description AnnotatedModelDiscoveryPlugin. getModel(org.processmining.framework.plugin.PluginContext context, OcelEventLog log)Constructors in org.processmining.ocel.discovery with parameters of type OcelEventLog Constructor Description AnnotatedModel(OcelEventLog ocel)ModelActivities(OcelEventLog ocel)ModelActivityOtGroups(OcelEventLog ocel)ModelEdges(OcelEventLog ocel)ModelEndActivities(OcelEventLog ocel, OcelObjectType ot)ModelStartActivities(OcelEventLog ocel, OcelObjectType ot) -
Uses of OcelEventLog in org.processmining.ocel.discoveryvisualization
Methods in org.processmining.ocel.discoveryvisualization that return OcelEventLog Modifier and Type Method Description OcelEventLogFilteredLogExporterSS. returnFilteredLogSS(org.processmining.framework.plugin.PluginContext context, OcelEventLog filteredLog)Methods in org.processmining.ocel.discoveryvisualization with parameters of type OcelEventLog Modifier and Type Method Description OcelEventLogFilteredLogExporterSS. returnFilteredLogSS(org.processmining.framework.plugin.PluginContext context, OcelEventLog filteredLog) -
Uses of OcelEventLog in org.processmining.ocel.exporters
Fields in org.processmining.ocel.exporters declared as OcelEventLog Modifier and Type Field Description OcelEventLogOCEL2JSONExporter. eventLogOcelEventLogOCEL2SQLiteExporter. eventLogOcelEventLogOCEL2XMLExporter. eventLogMethods in org.processmining.ocel.exporters with parameters of type OcelEventLog Modifier and Type Method Description voidJSONExporter. exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)voidOCEL2JSONExporter. exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)voidOCEL2SQLiteExporter. exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)voidOCEL2XMLExporter. exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)voidXMLExporter. exportFromProm(org.processmining.framework.plugin.PluginContext context, OcelEventLog eventLog, java.io.File file)Constructors in org.processmining.ocel.exporters with parameters of type OcelEventLog Constructor Description JSONExporter(OcelEventLog eventLog, java.lang.String filePath)OCEL2JSONExporter(OcelEventLog eventLog)OCEL2SQLiteExporter(OcelEventLog eventLog)OCEL2XMLExporter(OcelEventLog eventLog)XMLExporter(OcelEventLog eventLog, java.lang.String filePath) -
Uses of OcelEventLog in org.processmining.ocel.filtering
Methods in org.processmining.ocel.filtering that return OcelEventLog Modifier and Type Method Description static OcelEventLogDummyFilter. apply(OcelEventLog original)static OcelEventLogFilterActivitiesOccurrences. apply(OcelEventLog original, java.lang.Integer minOcc)static OcelEventLogFilterNotRelatedObjects. apply(OcelEventLog original, java.util.Set<OcelObject> positive, java.util.Set<OcelObject> negative)static OcelEventLogFilterNumberRelatedObjectsType. apply(OcelEventLog original, OcelObjectType objectType, int minOcc, int maxOcc)static OcelEventLogFilterOnObjectTypes. apply(OcelEventLog original, java.util.Set<java.lang.String> allowedObjectTypes)static OcelEventLogFilterOnRelatedObjects. apply(OcelEventLog original, java.util.Set<OcelObject> objects)static OcelEventLogFilterOnObjectTypes. applyFrequency(OcelEventLog original, java.lang.Integer minFreq)static OcelEventLogFilterActivitiesList. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterActivitiesOccurrences. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterActOtList. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterOnObjectTypesList. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterOtOccurrences. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterActivitiesList. filterActivitiesList(OcelEventLog ocel, java.lang.String actiList)static OcelEventLogFilterActOtList. filterActOtList(OcelEventLog log, java.lang.String filterString)static OcelEventLogFilterOnObjectTypes. filterOnProvidedTextInput(OcelEventLog original, java.lang.String providedInput)Methods in org.processmining.ocel.filtering with parameters of type OcelEventLog Modifier and Type Method Description static OcelEventLogDummyFilter. apply(OcelEventLog original)static OcelEventLogFilterActivitiesOccurrences. apply(OcelEventLog original, java.lang.Integer minOcc)static OcelEventLogFilterNotRelatedObjects. apply(OcelEventLog original, java.util.Set<OcelObject> positive, java.util.Set<OcelObject> negative)static OcelEventLogFilterNumberRelatedObjectsType. apply(OcelEventLog original, OcelObjectType objectType, int minOcc, int maxOcc)static OcelEventLogFilterOnObjectTypes. apply(OcelEventLog original, java.util.Set<java.lang.String> allowedObjectTypes)static OcelEventLogFilterOnRelatedObjects. apply(OcelEventLog original, java.util.Set<OcelObject> objects)static OcelEventLogFilterOnObjectTypes. applyFrequency(OcelEventLog original, java.lang.Integer minFreq)static OcelEventLogFilterActivitiesList. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterActivitiesOccurrences. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterActOtList. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterOnObjectTypesList. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterOtOccurrences. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static OcelEventLogFilterActivitiesList. filterActivitiesList(OcelEventLog ocel, java.lang.String actiList)static OcelEventLogFilterActOtList. filterActOtList(OcelEventLog log, java.lang.String filterString)static OcelEventLogFilterOnObjectTypes. filterOnProvidedTextInput(OcelEventLog original, java.lang.String providedInput)static java.lang.StringFilterActivitiesList. getActiString(OcelEventLog ocel)static java.util.Map<java.lang.String,java.lang.Integer>FilterActivitiesOccurrences. getActivitiesOccurrences(OcelEventLog ocel)static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Integer>>FilterActOtList. getActOtStatistics(OcelEventLog ocel)static java.lang.StringFilterActOtList. getActOtStatisticsStri(OcelEventLog log)static java.util.Map<java.lang.String,java.lang.Integer>FilterOnObjectTypes. objectTypesCount(OcelEventLog original)static java.lang.StringFilterOnObjectTypes. objTypesTextForInput(OcelEventLog original)Constructors in org.processmining.ocel.filtering with parameters of type OcelEventLog Constructor Description FilterActivitiesListWizardStep(OcelEventLog ocelLog)FilterActivitiesOccWizardStep(OcelEventLog ocelLog)FilterActOtListWizardStep(OcelEventLog ocelLog)FilterOtListWizardStep(OcelEventLog ocelLog)FilterOtOccurrencesWizardStep(OcelEventLog ocelLog) -
Uses of OcelEventLog in org.processmining.ocel.flattening
Methods in org.processmining.ocel.flattening with parameters of type OcelEventLog Modifier and Type Method Description org.deckfour.xes.model.XLogAdvancedFlattening. advancedFlattening(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)static org.deckfour.xes.model.XLogAdvancedFlattening. flatten(OcelEventLog ocel, java.lang.String currTypeAtt, java.lang.String currTypeAllowedValue, java.lang.String prevDoc, java.lang.String currDoc, java.lang.String otherKey)static org.deckfour.xes.model.XLogFlattening. flatten(OcelEventLog ocel, java.lang.String objectType)org.deckfour.xes.model.XLogFlattening. flattenToTraditionalEventLog(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)Constructors in org.processmining.ocel.flattening with parameters of type OcelEventLog Constructor Description AdvancedFlatteningWizardStep1(OcelEventLog ocelLog)AdvancedFlatteningWizardStep2(OcelEventLog ocelLog)FlatteningWizardStep(OcelEventLog ocelLog) -
Uses of OcelEventLog in org.processmining.ocel.importers
Methods in org.processmining.ocel.importers that return OcelEventLog Modifier and Type Method Description static OcelEventLogCSVImporterSecondHalf. applyPlugin(org.processmining.contexts.uitopia.UIPluginContext context, CSVInputParameters csvInputParameters)OcelEventLogJSONImporter. doImport()OcelEventLogXMLImporter. doImport()OcelEventLogJSONImporter. doImportFromStream(java.io.InputStream is0)OcelEventLogOCEL2JSONImporter. doImportFromStream(java.io.InputStream is0)OcelEventLogOCEL2SQLImporter. doImportFromStream(java.io.InputStream is0)OcelEventLogOCEL2XMLImporter. doImportFromStream(java.io.InputStream is0)OcelEventLogXMLImporter. doImportFromStream(java.io.InputStream is0)protected OcelEventLogJSONImporter. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)protected OcelEventLogOCEL2JSONImporter. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)protected OcelEventLogOCEL2SQLImporter. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)protected OcelEventLogOCEL2XMLImporter. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)protected OcelEventLogXMLImporter. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)OcelEventLogCSVInputParameters. obtainEventLog()Methods in org.processmining.ocel.importers with parameters of type OcelEventLog Modifier and Type Method Description voidJSONImporter. importEvents(OcelEventLog eventLog, org.json.JSONObject events)voidXMLImporter. importEvents(OcelEventLog eventLog, org.jdom.Element xmlevents)voidJSONImporter. importGlobalEvent(OcelEventLog eventLog, org.json.JSONObject globalEvent)voidXMLImporter. importGlobalEvent(OcelEventLog eventLog, org.jdom.Element globalEvent)voidJSONImporter. importGlobalLog(OcelEventLog eventLog, org.json.JSONObject globalLog)voidXMLImporter. importGlobalLog(OcelEventLog eventLog, org.jdom.Element globalLog)voidJSONImporter. importGlobalObject(OcelEventLog eventLog, org.json.JSONObject globalObject)voidXMLImporter. importGlobalObject(OcelEventLog eventLog, org.jdom.Element globalObject)voidJSONImporter. importObjects(OcelEventLog eventLog, org.json.JSONObject objects)voidXMLImporter. importObjects(OcelEventLog eventLog, org.jdom.Element xmlobjects) -
Uses of OcelEventLog in org.processmining.ocel.ocelobjects
Fields in org.processmining.ocel.ocelobjects declared as OcelEventLog Modifier and Type Field Description OcelEventLogOcelEvent. eventLogOcelEventLogOcelObject. eventLogOcelEventLogOcelObjectType. eventLogOcelEventLogOcelEventLog. preFilterMethods in org.processmining.ocel.ocelobjects that return OcelEventLog Modifier and Type Method Description OcelEventLogOcelEventLog. cloneEmpty()Constructors in org.processmining.ocel.ocelobjects with parameters of type OcelEventLog Constructor Description OcelEvent(OcelEventLog eventLog)OcelObject(OcelEventLog eventLog)OcelObjectType(OcelEventLog eventLog, java.lang.String name)
-