Uses of Class
org.processmining.OCLPMDiscovery.model.LPMResultsTagged
-
-
Uses of LPMResultsTagged in org.processmining.OCLPMDiscovery
Methods in org.processmining.OCLPMDiscovery that return LPMResultsTagged Modifier and Type Method Description static LPMResultsTaggedMain. discoverLPMs(org.processmining.ocel.ocelobjects.OcelEventLog ocel, OCLPMDiscoveryParameters parameters, TaggedPlaceSet placeSet)LPM discovery which first creates case notions to perform the LPM discovery on.static LPMResultsTaggedMain. discoverLPMs(org.processmining.ocel.ocelobjects.OcelEventLog ocel, OCLPMDiscoveryParameters parameters, TaggedPlaceSet placeSet, java.util.ArrayList<java.lang.String> labels)LPM discovery with given case notions in the OCELMethods in org.processmining.OCLPMDiscovery with parameters of type LPMResultsTagged Modifier and Type Method Description static OCLPMResultMain. convertLPMstoOCLPMs(OCLPMDiscoveryParameters parameters, LPMResultsTagged tlpms)static OCLPMResultMain. convertLPMstoOCLPMs(OCLPMDiscoveryParameters parameters, LPMResultsTagged tlpms, TaggedPlaceSet placeSet)Ensures that the places in the OCLPMs have the same ids as the places in the placeSet by replacing them with equal (isomorphic + same type) places from the placeSet.static java.lang.Object[]Main. run(org.processmining.ocel.ocelobjects.OcelEventLog ocel, OCLPMDiscoveryParameters parameters, LPMResultsTagged tlpms, TaggedPlaceSet placeSet)OCLPM discovery starting from Tagged LPMs -
Uses of LPMResultsTagged in org.processmining.OCLPMDiscovery.model
Method parameters in org.processmining.OCLPMDiscovery.model with type arguments of type LPMResultsTagged Modifier and Type Method Description voidLPMResultsTagged. export(org.processmining.placebasedlpmdiscovery.model.exporting.exporters.Exporter<LPMResultsTagged> exporter, java.io.OutputStream os)Constructors in org.processmining.OCLPMDiscovery.model with parameters of type LPMResultsTagged Constructor Description OCLPMResult(OCLPMDiscoveryParameters discoveryParameters, LPMResultsTagged tlpms)OCLPMResult(OCLPMDiscoveryParameters discoveryParameters, LPMResultsTagged tlpms, TaggedPlaceSet placeSet)Ensures that the places in the OCLPMs have the same ids as the places in the placeSet by replacing them with equal (isomorphic + same type) places from the placeSet. -
Uses of LPMResultsTagged in org.processmining.OCLPMDiscovery.plugins.exports
Methods in org.processmining.OCLPMDiscovery.plugins.exports with parameters of type LPMResultsTagged Modifier and Type Method Description static voidLPMResultsTaggedJsonExporter. export(org.processmining.framework.plugin.PluginContext context, LPMResultsTagged results, java.io.File file)voidTLPMsExportPlugin. export(org.processmining.framework.plugin.PluginContext context, LPMResultsTagged tlpms, java.io.File file) -
Uses of LPMResultsTagged in org.processmining.OCLPMDiscovery.plugins.imports
Methods in org.processmining.OCLPMDiscovery.plugins.imports that return LPMResultsTagged Modifier and Type Method Description protected LPMResultsTaggedLPMResultsTaggedJsonImporter. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)protected LPMResultsTaggedTLPMsImportPlugin. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) -
Uses of LPMResultsTagged in org.processmining.OCLPMDiscovery.plugins.mining
Methods in org.processmining.OCLPMDiscovery.plugins.mining with parameters of type LPMResultsTagged Modifier and Type Method Description static OCLPMResultOCLPMDiscoveryPlugin. mineOCLPMs(org.processmining.framework.plugin.PluginContext context, org.processmining.ocel.ocelobjects.OcelEventLog ocelOriginal, LPMResultsTagged lpms, TaggedPlaceSet placeSet)static OCLPMResultOCLPMDiscoveryPlugin. mineOCLPMs(OCLPMDiscoveryParameters parameters, org.processmining.ocel.ocelobjects.OcelEventLog ocel, LPMResultsTagged lpms, TaggedPlaceSet placeSet)Object-Centric Local Process Model Discovery given LPMs with tagged places. -
Uses of LPMResultsTagged in org.processmining.OCLPMDiscovery.utils
Methods in org.processmining.OCLPMDiscovery.utils with parameters of type LPMResultsTagged Modifier and Type Method Description static voidProvidingObjects. exportTlpms(LPMResultsTagged tlpms)
-