コード例 #1
0
ファイル: Controller.java プロジェクト: hadeszs/FROMP-master
 public BufferedImage showPathwayMap(Sample sample, PathwayWithEc path) {
   return processor_.alterPathway(sample, path);
 }