Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.ocel.ocelobjects.OcelEventLog
-
-
Uses of OcelEventLog in org.processmining.objectcentricconstraintchecking.algorithms.csv
Methods in org.processmining.objectcentricconstraintchecking.algorithms.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.objectcentricconstraintchecking.algorithms.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.objectcentricconstraintchecking.algorithms.ocel.constraint
Fields in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint declared as OcelEventLog Modifier and Type Field Description OcelEventLogConstraintOCCM. ocelOcelEventLogConstraintTPCM. ocelOcelEventLogConstraintModel. ocelEventLogMethods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint that return OcelEventLog Modifier and Type Method Description OcelEventLogConstraintModel. getOcel()Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint with parameters of type OcelEventLog Modifier and Type Method Description CaseGraphCaseExtraction. extractCase(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)java.util.List<java.util.Map>CaseExtraction. extractCaseWithLeadingType(OcelEventLog ocel, java.lang.String leadObjType, java.util.HashSet<java.lang.String> revObjectTypes)java.util.List<java.util.Map>ConstraintEditor. extractCaseWithLeadingType(OcelEventLog ocel, java.lang.String leadObjType, java.util.HashSet<java.lang.String> revObjectTypes)java.util.List<java.util.Map>ViolationTable. extractWithLeadingType(OcelEventLog ocel, java.lang.String activity, java.lang.String objectType)java.util.Set<java.lang.String>ConstraintEditor. getActivityList(OcelEventLog ocel)OCCMEditorConstraintEditor. getConstraintFromOCEL(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)ViolatedSetConstraintTPCM. getFlowTime(OcelEventLog ocel, java.lang.String targetActivity, long minTime, long maxTime, java.lang.String timeUnit, java.util.List<java.lang.String> objTypeLst)ViolatedSetConstraintTPCM. getLaggingTime(OcelEventLog ocel, java.lang.String targetActivity, long minTime, long maxTime, java.lang.String timeUnit, java.util.List<java.lang.String> objTypeLst)ViolatedSetConstraintOCCM. getObjCardConstraint(OcelEventLog ocel, java.lang.String targetActivity, java.lang.String refObjType, int minCard, int maxCard, int constraintId)ViolatedSetConstraintTPCM. getPoolingTime(OcelEventLog ocel, java.lang.String targetActivity, long minTime, long maxTime, java.lang.String timeUnit, java.util.List<java.lang.String> objTypeLst)ViolatedSetConstraintTPCM. getSynchronizationTime(OcelEventLog ocel, java.lang.String targetActivity, long minTime, long maxTime, java.lang.String timeUnit, java.util.List<java.lang.String> objTypeLst)ViolatedSetConstraintTPCM. getWaitingTime(OcelEventLog ocel, java.lang.String targetActivity, long minTime, long maxTime, java.lang.String timeUnit, java.util.List<java.lang.String> objTypeLst)voidConstraintModel. setOCEL(OcelEventLog ocelEventLog)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.ocel.constraint with parameters of type OcelEventLog Constructor Description ConstraintOCCM(OcelEventLog ocelEventLog, java.lang.String targetActivity, java.lang.String refObjType, int minCard, int maxCard, int constraintId)ConstraintTPCM(OcelEventLog ocel, java.lang.String targetActivity, java.lang.String timeType, long minTime, long maxTime, java.lang.String timeUnit, java.util.List<java.lang.String> objTypeLst, int constraintId)ConstraintWizardStep(OcelEventLog ocelLog)OCCMEditor(org.processmining.contexts.uitopia.UIPluginContext context, java.util.Map<java.lang.String,java.util.Map> leadObjMap, java.util.Map<java.lang.String,java.util.HashMap<OcelEvent,java.util.HashMap<OcelEvent,java.util.HashSet<OcelObject>>>> peMap, OcelEventLog ocel, java.util.ArrayList<java.lang.String> objTypeList, java.util.HashSet actList) -
Uses of OcelEventLog in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction
Fields in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction declared as OcelEventLog Modifier and Type Field Description OcelEventLogPEModel. ocelEventLogMethods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction that return OcelEventLog Modifier and Type Method Description OcelEventLogPEModel. getOcel()Methods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction with parameters of type OcelEventLog Modifier and Type Method Description CaseGraphCaseExtraction. extractCase(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)java.util.List<java.util.Map>CaseExtraction. extractCaseWithLeadingType(OcelEventLog ocel, java.lang.String leadObjType, java.util.HashSet<java.lang.String> revObjectTypes)java.util.List<java.util.Map>PEVisualiztion. extractCaseWithLeadingType(OcelEventLog ocel, java.lang.String leadObjType, java.util.HashSet<java.lang.String> revObjectTypes)java.util.Set<java.lang.String>PEVisualiztion. getActivityList(OcelEventLog ocel)ProcessExecutionPanelPEVisualiztion. getConstraintFromOCEL(org.processmining.contexts.uitopia.UIPluginContext context, OcelEventLog ocel)voidPEModel. setOCEL(OcelEventLog ocelEventLog)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.ocel.extraction with parameters of type OcelEventLog Constructor Description CaseGraph(org.processmining.contexts.uitopia.UIPluginContext context, java.util.Map<java.lang.String,java.util.Map> leadObjMap, java.util.Map<java.lang.String,java.util.HashSet> nodeMap, java.util.Map<OcelObject,java.util.Map> edgeMap, java.lang.String primaryObj, java.util.HashSet<java.lang.String> supplementaryObjs, java.util.Map<java.lang.String,java.util.HashMap<OcelEvent,java.util.HashMap<OcelEvent,java.util.HashSet<OcelObject>>>> peMap, OcelEventLog ocel)ExtractionWizardStep(OcelEventLog ocelLog)ProcessExecutionPanel(org.processmining.contexts.uitopia.UIPluginContext context, java.util.Map<java.lang.String,java.util.Map> leadObjMap, java.util.Map<java.lang.String,java.util.HashMap<OcelEvent,java.util.HashMap<OcelEvent,java.util.HashSet<OcelObject>>>> peMap, OcelEventLog ocel, java.util.ArrayList<java.lang.String> objTypeList, java.util.HashSet actList) -
Uses of OcelEventLog in org.processmining.objectcentricconstraintchecking.algorithms.ocel.importers
Methods in org.processmining.objectcentricconstraintchecking.algorithms.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)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 OcelEventLogXMLImporter. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)OcelEventLogCSVInputParameters. obtainEventLog()Methods in org.processmining.objectcentricconstraintchecking.algorithms.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.objectcentricconstraintchecking.algorithms.ocel.ocelobjects
Fields in org.processmining.objectcentricconstraintchecking.algorithms.ocel.ocelobjects declared as OcelEventLog Modifier and Type Field Description OcelEventLogOcelEvent. eventLogOcelEventLogOcelObject. eventLogOcelEventLogOcelObjectType. eventLogOcelEventLogOcelEventLog. preFilterMethods in org.processmining.objectcentricconstraintchecking.algorithms.ocel.ocelobjects that return OcelEventLog Modifier and Type Method Description OcelEventLogOcelEventLog. cloneEmpty()Constructors in org.processmining.objectcentricconstraintchecking.algorithms.ocel.ocelobjects with parameters of type OcelEventLog Constructor Description OcelEvent(OcelEventLog eventLog)OcelObject(OcelEventLog eventLog)OcelObjectType(OcelEventLog eventLog, java.lang.String name)
-