Beispiel #1
0
 /**
  * Set the argument of a Bio7 flow.
  *
  * @param argument a string representing the argument.
  */
 public static void setArgument(String argument) {
   BatchModel.setArgument(argument);
 }