Uses of Interface
org.processmining.placebasedlpmdiscovery.model.logs.EventLog
-
-
Uses of EventLog in org.processmining.placebasedlpmdiscovery.lpmbuilding.inputs
Methods in org.processmining.placebasedlpmdiscovery.lpmbuilding.inputs that return EventLog Modifier and Type Method Description EventLogFPGrowthForPlacesLPMBuildingInput. getLog()Constructors in org.processmining.placebasedlpmdiscovery.lpmbuilding.inputs with parameters of type EventLog Constructor Description FPGrowthForPlacesLPMBuildingInput(EventLog log, java.util.Set<Place> places) -
Uses of EventLog in org.processmining.placebasedlpmdiscovery.lpmdiscovery.algorithms.inputs
Methods in org.processmining.placebasedlpmdiscovery.lpmdiscovery.algorithms.inputs that return EventLog Modifier and Type Method Description EventLogLPMDiscoveryInput. getLog()EventLogStandardLPMDiscoveryInput. getLog()EventLogStochasticLPMDiscoveryInput. getLog()Constructors in org.processmining.placebasedlpmdiscovery.lpmdiscovery.algorithms.inputs with parameters of type EventLog Constructor Description StandardLPMDiscoveryInput(EventLog log, LPMBuildingInput input) -
Uses of EventLog in org.processmining.placebasedlpmdiscovery.lpmdiscovery.algorithms.parameters
Constructors in org.processmining.placebasedlpmdiscovery.lpmdiscovery.algorithms.parameters with parameters of type EventLog Constructor Description PlaceBasedLPMDiscoveryParameters(EventLog log) -
Uses of EventLog in org.processmining.placebasedlpmdiscovery.lpmdiscovery.service
Methods in org.processmining.placebasedlpmdiscovery.lpmdiscovery.service with parameters of type EventLog Modifier and Type Method Description LPMDiscoveryResultDefaultLPMDiscoveryService. runLPMDiscovery(EventLog log, PlaceSet placeSet)LPMDiscoveryResultLPMDiscoveryService. runLPMDiscovery(EventLog log, PlaceSet placeSet) -
Uses of EventLog in org.processmining.placebasedlpmdiscovery.lpmevaluation.logs.enhanced
Subinterfaces of EventLog in org.processmining.placebasedlpmdiscovery.lpmevaluation.logs.enhanced Modifier and Type Interface Description interfaceRemappedActivitiesLog<T>Classes in org.processmining.placebasedlpmdiscovery.lpmevaluation.logs.enhanced that implement EventLog Modifier and Type Class Description classAbstractRemappedActivitiesLog<T>classIntegerMappedLog -
Uses of EventLog in org.processmining.placebasedlpmdiscovery.model.logs
Classes in org.processmining.placebasedlpmdiscovery.model.logs that implement EventLog Modifier and Type Class Description classXLogWrapper -
Uses of EventLog in org.processmining.placebasedlpmdiscovery.prom.plugins.mining
Constructors in org.processmining.placebasedlpmdiscovery.prom.plugins.mining with parameters of type EventLog Constructor Description PlaceBasedLPMDiscoveryPluginParameters(EventLog log) -
Uses of EventLog in org.processmining.placebasedlpmdiscovery.prom.plugins.mining.parameters.adapters
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.mining.parameters.adapters with parameters of type EventLog Modifier and Type Method Description static PlaceBasedLPMDiscoveryParametersParameterAdaptersUtils. transform(PlaceBasedLPMDiscoveryPluginParameters inParam, EventLog log)
-