Package org.processmining.plugins.layout
Class CopyLayoutPlugin
- java.lang.Object
-
- org.processmining.plugins.layout.CopyLayoutPlugin
-
public class CopyLayoutPlugin extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CopyLayoutPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TSMinerTransitionSystemrun(org.processmining.framework.plugin.PluginContext context, TransitionSystem sourceTS, TSMinerTransitionSystem targetTS)Copies the layout from a given imported TS to a given mined TS.
-
-
-
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.
-
-