Uses of Class
org.processmining.placebasedlpmdiscovery.model.fpgrowth.FPGrowthPlaceFollowGraph
-
Packages that use FPGrowthPlaceFollowGraph Package Description org.processmining.placebasedlpmdiscovery.model.fpgrowth org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.visualizers -
-
Uses of FPGrowthPlaceFollowGraph in org.processmining.placebasedlpmdiscovery.model.fpgrowth
Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return FPGrowthPlaceFollowGraph Modifier and Type Method Description FPGrowthPlaceFollowGraphFPGrowthPlaceFollowGraph. discardEdges(int discardPercentage)Discards some of the edges in the graph.Constructors in org.processmining.placebasedlpmdiscovery.model.fpgrowth with parameters of type FPGrowthPlaceFollowGraph Constructor Description FPGrowthPlaceFollowGraph(FPGrowthPlaceFollowGraph graph)FPGrowthPlaceFollowGraphNode(Place place, FPGrowthPlaceFollowGraph containmentGraph) -
Uses of FPGrowthPlaceFollowGraph in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.visualizers
Methods in org.processmining.placebasedlpmdiscovery.prom.plugins.visualization.visualizers with parameters of type FPGrowthPlaceFollowGraph Modifier and Type Method Description javax.swing.JComponentFPGrowthPlaceFollowGraphVisualizer. visualize(org.processmining.contexts.uitopia.UIPluginContext context, FPGrowthPlaceFollowGraph graph)
-