Class FPGrowthPlaceFollowGraphVisualizer
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.visualizers.FPGrowthPlaceFollowGraphVisualizer
-
- All Implemented Interfaces:
java.util.EventListener,javax.swing.event.ChangeListener
public class FPGrowthPlaceFollowGraphVisualizer extends java.lang.Object implements javax.swing.event.ChangeListener
-
-
Constructor Summary
Constructors Constructor Description FPGrowthPlaceFollowGraphVisualizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstateChanged(javax.swing.event.ChangeEvent changeEvent)javax.swing.JComponentvisualize(org.processmining.contexts.uitopia.UIPluginContext context, FPGrowthPlaceFollowGraph graph)
-
-
-
Method Detail
-
visualize
public javax.swing.JComponent visualize(org.processmining.contexts.uitopia.UIPluginContext context, FPGrowthPlaceFollowGraph graph)
-
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent changeEvent)
- Specified by:
stateChangedin interfacejavax.swing.event.ChangeListener
-
-