예제 #1
0
파일: F10.java 프로젝트: BIORIMP/biorimp
 /** Create a default instance of F10. */
 public F10() {
   this(Defaults.getRandomizer(F10.class));
 }
예제 #2
0
 /** Create a default instance of F6. */
 public F6() {
   this(Defaults.getRandomizer(F6.class));
 }