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