Example #1
0
 public static GXLGraph getMachineArch(GXLNode node) {
   return node.getGraphAt(0);
 }
Example #2
0
 public static GXLGraph getClusterArch(GXLNode node) {
   return node.getGraphAt(0);
 }