Ejemplo n.º 1
0
 private static List <Attributes> transformSubgraphs(LoadInnerLogic.Graph graph)
 {
     return(graph.onlySubgraphs().ConvertAll(sub => new Attributes()
     {
         belonging = sub.belonging,
         EdgeAttr = sub.EdgeAttr,
         GraphAttr = sub.GraphAttr,
         NodeAttr = sub.NodeAttr,
         id = sub.id
     }));
 }