Uses of Class
org.processmining.log.parameters.LogCentralityParameters
-
-
Uses of LogCentralityParameters in org.processmining.log.algorithms
Methods in org.processmining.log.algorithms with parameters of type LogCentralityParameters Modifier and Type Method Description LogCentralityLogCentralityAlgorithm. apply(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCentrality centrality, LogCentralityParameters parameters) -
Uses of LogCentralityParameters in org.processmining.log.connections
Methods in org.processmining.log.connections that return LogCentralityParameters Modifier and Type Method Description LogCentralityParametersLogCentralityConnection. getParameters()Constructors in org.processmining.log.connections with parameters of type LogCentralityParameters Constructor Description LogCentralityConnection(org.deckfour.xes.model.XLog log, LogCentrality logCentrality, LogCentralityParameters parameters) -
Uses of LogCentralityParameters in org.processmining.log.dialogs
Constructors in org.processmining.log.dialogs with parameters of type LogCentralityParameters Constructor Description LogCentralityDialog(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, LogCentrality centrality, LogCentralityParameters parameters) -
Uses of LogCentralityParameters in org.processmining.log.models
Methods in org.processmining.log.models with parameters of type LogCentralityParameters Modifier and Type Method Description voidLogCentrality. setClassifier(org.processmining.framework.plugin.PluginContext context, LogCentralityParameters parameters) -
Uses of LogCentralityParameters in org.processmining.log.parameters
Constructors in org.processmining.log.parameters with parameters of type LogCentralityParameters Constructor Description LogCentralityParameters(LogCentralityParameters parameters) -
Uses of LogCentralityParameters in org.processmining.log.plugins
Methods in org.processmining.log.plugins with parameters of type LogCentralityParameters Modifier and Type Method Description LogCentralityLogCentralityPlugin. run(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCentralityParameters parameters)LogCentralityLogCentralityPlugin. runParameters(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, LogCentralityParameters parameters)Deprecated.Use runUI() instead.
-