Uses of Class
org.processmining.placebasedlpmdiscovery.model.serializable.PlaceSet
-
-
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.lpmdiscovery.service
Methods in org.processmining.placebasedlpmdiscovery.lpmdiscovery.service with parameters of type PlaceSet Modifier and Type Method Description LPMDiscoveryResultDefaultLPMDiscoveryService. runLPMDiscovery(EventLog log, PlaceSet placeSet)LPMDiscoveryResultLPMDiscoveryService. runLPMDiscovery(EventLog log, PlaceSet placeSet) -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.model.exporting.exporters
Methods in org.processmining.placebasedlpmdiscovery.model.exporting.exporters that return types with arguments of type PlaceSet Modifier and Type Method Description static Exporter<PlaceSet>ExporterFactory. createPlaceSetJsonExporter() -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.model.exporting.importers
Methods in org.processmining.placebasedlpmdiscovery.model.exporting.importers that return types with arguments of type PlaceSet Modifier and Type Method Description static JsonImporter<PlaceSet>ImporterFactory. createPlaceSetJsonImporter() -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.model.serializable
Method parameters in org.processmining.placebasedlpmdiscovery.model.serializable with type arguments of type PlaceSet Modifier and Type Method Description voidPlaceSet. export(Exporter<PlaceSet> exporter, java.io.OutputStream os) -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.prom.plugins.converters
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.converters that return PlaceSet Modifier and Type Method Description static PlaceSetPetriNetToPlaceNetsConverterPlugin. extractPlaceNets(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net) -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.prom.plugins.exports
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.exports with parameters of type PlaceSet Modifier and Type Method Description static voidPlaceSetExportPlugin. export(org.processmining.framework.plugin.PluginContext context, PlaceSet placeSet, java.io.File file)static voidPlaceSetJsonExportPlugin. export(org.processmining.framework.plugin.PluginContext context, PlaceSet placeSet, java.io.File file) -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.prom.plugins.imports
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.imports that return PlaceSet Modifier and Type Method Description protected PlaceSetPlaceSetImportPlugin. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes)protected PlaceSetPlaceSetJsonImportPlugin. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.prom.plugins.mining
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.mining with parameters of type PlaceSet Modifier and Type Method Description static MultipleLPMDiscoveryResultsLPMDiscoveryMultipleLogsPlugin. mineLPMs(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log1, org.deckfour.xes.model.XLog log2, PlaceSet placeSet)static LPMDiscoveryResultLPMDiscoveryPlugin. mineLPMs(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, PlaceSet placeSet)static LPMDiscoveryResultLPMDiscoveryPlugin. mineLPMs(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, PlaceSet placeSet)static LPMDiscoveryResultLPMDiscoveryPlugin. mineLPMs(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, PlaceSet placeSet, PlaceBasedLPMDiscoveryPluginParameters parameters) -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.visualizers
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.visualizers with parameters of type PlaceSet Modifier and Type Method Description javax.swing.JComponentPlaceSetVisualizer. visualize(org.processmining.contexts.uitopia.UIPluginContext context, PlaceSet result) -
Uses of PlaceSet in org.processmining.placebasedlpmdiscovery.utils
Methods in org.processmining.placebasedlpmdiscovery.utils that return PlaceSet Modifier and Type Method Description static PlaceSetPlaceUtils. getPlaceSetFromInputStream(java.io.InputStream input)
-