示例#1
0
 public InputGraph getSecondSnapshot() {
   return group.getGraphs().get(model.getSecondPosition());
 }
示例#2
0
 public InputGraph getFirstSnapshot() {
   return group.getGraphs().get(model.getFirstPosition());
 }