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