コード例 #1
0
 public void writeToFile(File f) {
   for (Hypothesis h : hypothesis) {
     h.writeToFile(f);
   }
 }