Uses of Class
org.processmining.placebasedlpmdiscovery.model.fpgrowth.FPGrowthPlaceFollowGraphEdge
-
Packages that use FPGrowthPlaceFollowGraphEdge Package Description org.processmining.placebasedlpmdiscovery.model.fpgrowth -
-
Uses of FPGrowthPlaceFollowGraphEdge in org.processmining.placebasedlpmdiscovery.model.fpgrowth
Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return FPGrowthPlaceFollowGraphEdge Modifier and Type Method Description FPGrowthPlaceFollowGraphEdgeFPGrowthPlaceFollowGraph. getEdge(java.lang.String id)Methods in org.processmining.placebasedlpmdiscovery.model.fpgrowth that return types with arguments of type FPGrowthPlaceFollowGraphEdge Modifier and Type Method Description java.util.Set<FPGrowthPlaceFollowGraphEdge>FPGrowthPlaceFollowGraph. getEdges()protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<FPGrowthPlaceFollowGraphNode,FPGrowthPlaceFollowGraphEdge>FPGrowthPlaceFollowGraph. getEmptyClone()Method parameters in org.processmining.placebasedlpmdiscovery.model.fpgrowth with type arguments of type FPGrowthPlaceFollowGraphEdge Modifier and Type Method Description protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement>FPGrowthPlaceFollowGraph. cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<FPGrowthPlaceFollowGraphNode,FPGrowthPlaceFollowGraphEdge> directedGraph)
-