Class Graph
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.causal.mvpc.Graph
-
- All Implemented Interfaces:
java.lang.Cloneable
public class Graph extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description Graph()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd_edge(int i, int j, char c)voidadd_nodes_from(int numberOfNodes)Graphclone()int[][]to_numpy_array()
-
-
-
Method Detail
-
add_nodes_from
public void add_nodes_from(int numberOfNodes)
-
add_edge
public void add_edge(int i, int j, char c)
-
clone
public Graph clone()
- Overrides:
clonein classjava.lang.Object
-
to_numpy_array
public int[][] to_numpy_array()
-
-