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