Uses of Class
org.processmining.OCLPMDiscovery.model.TaggedPlaceSet
-
-
Uses of TaggedPlaceSet in org.processmining.OCLPMDiscovery
Methods in org.processmining.OCLPMDiscovery that return TaggedPlaceSet Modifier and Type Method Description static TaggedPlaceSetMain. discoverPlaceSet(org.processmining.ocel.ocelobjects.OcelEventLog ocel, OCLPMDiscoveryParameters parameters)Returns a PlaceSet and a map which maps each Place.id to the ObjectType of the flat log on which it has been discoveredstatic TaggedPlaceSetMain. identifyVariableArcs(OCLPMDiscoveryParameters parameters, OCLPMResult oclpmResult, TaggedPlaceSet placeSet)Variable arc identification when place set is given.static TaggedPlaceSetMain. postProcessPlaceSet(TaggedPlaceSet placeSet)Methods in org.processmining.OCLPMDiscovery with parameters of type TaggedPlaceSet Modifier and Type Method Description 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 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 OCELstatic TaggedPlaceSetMain. identifyVariableArcs(OCLPMDiscoveryParameters parameters, OCLPMResult oclpmResult, TaggedPlaceSet placeSet)Variable arc identification when place set is given.static TaggedPlaceSetMain. postProcessPlaceSet(TaggedPlaceSet placeSet)static java.lang.Object[]Main. run(org.processmining.ocel.ocelobjects.OcelEventLog ocel, OCLPMDiscoveryParameters parameters, LPMResultsTagged tlpms, TaggedPlaceSet placeSet)OCLPM discovery starting from Tagged LPMsstatic java.lang.Object[]Main. run(org.processmining.ocel.ocelobjects.OcelEventLog ocel, OCLPMDiscoveryParameters parameters, TaggedPlaceSet placeSet)Full OCLPM discovery starting from place netsstatic java.lang.Object[]Main. run(org.processmining.ocel.ocelobjects.OcelEventLog ocel, OCLPMDiscoveryParameters parameters, TaggedPlaceSet placeSet, java.util.ArrayList<java.lang.String> labels)Full OCLPM discovery starting from place nets with enhanced OCEL inputstatic java.lang.Object[]Main. runLPMPlugin(org.deckfour.xes.model.XLog log, TaggedPlaceSet placeSetTrimmed, OCLPMDiscoveryParameters parameters) -
Uses of TaggedPlaceSet in org.processmining.OCLPMDiscovery.model
Methods in org.processmining.OCLPMDiscovery.model that return TaggedPlaceSet Modifier and Type Method Description TaggedPlaceSetOCLPMResult. getPlaceSet()Methods in org.processmining.OCLPMDiscovery.model with parameters of type TaggedPlaceSet Modifier and Type Method Description voidObjectCentricLocalProcessModel. grabIsomorphicPlaces(TaggedPlaceSet placeSet)Retrieves the places which are isomorphic to ones in the model and stores them in the isomorphicPlaces variable.voidOCLPMResult. setPlaceSet(TaggedPlaceSet placeSet)Method parameters in org.processmining.OCLPMDiscovery.model with type arguments of type TaggedPlaceSet Modifier and Type Method Description voidTaggedPlaceSet. export(org.processmining.placebasedlpmdiscovery.model.exporting.exporters.Exporter<TaggedPlaceSet> exporter, java.io.OutputStream os)Constructors in org.processmining.OCLPMDiscovery.model with parameters of type TaggedPlaceSet Constructor Description ObjectCentricLocalProcessModel(org.processmining.placebasedlpmdiscovery.model.LocalProcessModel lpm, java.lang.String discoveryType, float variableArcThreshold, TaggedPlaceSet placeSet)OCLPMResult(TaggedPlaceSet placeSet)Sets the places as OCLPMs.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.TaggedPlaceSet(TaggedPlaceSet placeSet) -
Uses of TaggedPlaceSet in org.processmining.OCLPMDiscovery.plugins.exports
Methods in org.processmining.OCLPMDiscovery.plugins.exports with parameters of type TaggedPlaceSet Modifier and Type Method Description static voidTaggedPlaceSetJsonExportPlugin. export(org.processmining.framework.plugin.PluginContext context, TaggedPlaceSet placeSet, java.io.File file) -
Uses of TaggedPlaceSet in org.processmining.OCLPMDiscovery.plugins.imports
Methods in org.processmining.OCLPMDiscovery.plugins.imports that return TaggedPlaceSet Modifier and Type Method Description static TaggedPlaceSetTaggedPlaceSetJsonImportPlugin. importFromPath(java.lang.String path)protected TaggedPlaceSetTaggedPlaceSetJsonImportPlugin. importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String filename, long fileSizeInBytes) -
Uses of TaggedPlaceSet in org.processmining.OCLPMDiscovery.plugins.mining
Methods in org.processmining.OCLPMDiscovery.plugins.mining that return TaggedPlaceSet Modifier and Type Method Description static TaggedPlaceSetPlaceSetDiscoveryPlugin. convertToPlaceSet(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet petriNet)static TaggedPlaceSetPlaceSetDiscoveryPlugin. minePlaceSet(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.ocel.ocelobjects.OcelEventLog ocelOriginal)Methods in org.processmining.OCLPMDiscovery.plugins.mining with parameters of type TaggedPlaceSet Modifier and Type Method Description static OCLPMResultOCLPMDiscoveryPlugin. mineOCLPMs(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.ocel.ocelobjects.OcelEventLog ocelOriginal, TaggedPlaceSet placeSet)static OCLPMResultOCLPMDiscoveryPlugin. mineOCLPMs(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.ocel.ocelobjects.OcelEventLog ocelOriginal, TaggedPlaceSet placeSet, org.jgrapht.Graph<java.lang.String,org.jgrapht.graph.DefaultEdge> graph)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, java.util.ArrayList<java.lang.String> labels, TaggedPlaceSet placeSet)OCLPM discovery variant accepting enhanced ocel (ocel which already has case notions to be used for LPM discovery).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.static OCLPMResultOCLPMDiscoveryPlugin. mineOCLPMs(OCLPMDiscoveryParameters parameters, org.processmining.ocel.ocelobjects.OcelEventLog ocel, TaggedPlaceSet placeSet)OCLPM discovery without place discovery.static OCLPMResultOCLPMDiscoveryPlugin. mineOCLPMs(OCLPMDiscoveryParameters parameters, org.processmining.ocel.ocelobjects.OcelEventLog ocel, TaggedPlaceSet placeSet, org.jgrapht.Graph<java.lang.String,org.jgrapht.graph.DefaultEdge> graph)Object-Centric Local Process Model Discovery given place set and object graph. -
Uses of TaggedPlaceSet in org.processmining.OCLPMDiscovery.plugins.visualization
Methods in org.processmining.OCLPMDiscovery.plugins.visualization with parameters of type TaggedPlaceSet Modifier and Type Method Description javax.swing.JComponentTaggedPlaceSetVisualizer. visualize(org.processmining.contexts.uitopia.UIPluginContext context, TaggedPlaceSet placeSet) -
Uses of TaggedPlaceSet in org.processmining.OCLPMDiscovery.utils
Methods in org.processmining.OCLPMDiscovery.utils with parameters of type TaggedPlaceSet Modifier and Type Method Description static OCLPMResultPlaceCompletionUtils. completePlaces(OCLPMDiscoveryParameters parameters, OCLPMResult oclpmResult, TaggedPlaceSet placeSet)For each place adds potentially adds isomorphic places of different object types, depending on the PlaceCompletion strategy chosen.static voidProvidingObjects. exportPlaceSet(TaggedPlaceSet placeSet)
-