Class CopyLayoutPlugin


  • public class CopyLayoutPlugin
    extends java.lang.Object
    • Constructor Detail

      • CopyLayoutPlugin

        public CopyLayoutPlugin()
    • Method Detail

      • run

        public TSMinerTransitionSystem run​(org.processmining.framework.plugin.PluginContext context,
                                           TransitionSystem sourceTS,
                                           TSMinerTransitionSystem targetTS)
        Copies the layout from a given imported TS to a given mined TS. Assumption: The imported TS was exported and exported using the TSML exporter and TSML importer, respectively.
        Parameters:
        context - Context in which the plug-in runs.
        sourceTS - The imported TS.
        targetTS - The mined TS.
        Returns:
        The mined TS with the layout replaced by the layout of the imported TS.