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