- clusterSize(Node) - Method in class ProcessGraph
-
Counts the number of nodes reachable from the input node
by traversing the nodes edges
- clusterSize2(Node) - Method in class ProcessGraph
-
Counts the number of nodes reachable from the input node
by traversing the nodes edges
- compare(Edge) - Method in class Edge
-
Compares two edges to test if they contain the same nodes
- copyList(ArrayList<Edge>) - Method in class ProcessGraph
-
Recieves an arraylist and produces a new copy of it
- copyNodeList(ArrayList<Node>) - Method in class ProcessGraph
-
Recieves an arraylist and produces a new copy of it