Class AssignActivityInstanceIdentitiesPlugin

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XLog run​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlogin, ActivityInstanceXLogPreprocessorParameters parameters)
      The plug-in variant that runs in any context and requires parameters.
      org.deckfour.xes.model.XLog runDefault​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlogin)
      The plug-in variant that runs in any context and uses the default parameters.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssignActivityInstanceIdentitiesPlugin

        public AssignActivityInstanceIdentitiesPlugin()
    • Method Detail

      • runDefault

        public org.deckfour.xes.model.XLog runDefault​(org.processmining.framework.plugin.PluginContext context,
                                                      org.deckfour.xes.model.XLog eventlogin)
        The plug-in variant that runs in any context and uses the default parameters.
        Parameters:
        context - The context to run in.
        eventlogin - The event log.
        Returns:
        The event log with event instance ids.
      • run

        public org.deckfour.xes.model.XLog run​(org.processmining.framework.plugin.PluginContext context,
                                               org.deckfour.xes.model.XLog eventlogin,
                                               ActivityInstanceXLogPreprocessorParameters parameters)
        The plug-in variant that runs in any context and requires parameters.
        Parameters:
        context - The context to run in.
        eventlogin - The event log.
        parameters - The parameters to use.
        Returns:
        The event log with event instance ids.