Uses of Class
org.processmining.plugins.inductiveVisualMiner.causal.mvpc.Edge
-
Packages that use Edge Package Description org.processmining.plugins.inductiveVisualMiner.causal.mvpc -
-
Uses of Edge in org.processmining.plugins.inductiveVisualMiner.causal.mvpc
Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc that return Edge Modifier and Type Method Description EdgeGeneralGraph. get_edge(Node node1, Node node2)Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc that return types with arguments of type Edge Modifier and Type Method Description java.util.List<Edge>GeneralGraph. get_graph_edges()Methods in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with parameters of type Edge Modifier and Type Method Description booleanGeneralGraph. add_edge(Edge edge)voidGeneralGraph. remove_edge(Edge edge)Method parameters in org.processmining.plugins.inductiveVisualMiner.causal.mvpc with type arguments of type Edge Modifier and Type Method Description voidGeneralGraph. reconstitute_dpath(java.util.List<Edge> edges)
-