コード例 #1
0
ファイル: BpmAgent.java プロジェクト: kritha/MyOpenXal
 /** Test whether the given BPM node has a good status and all its channels can connect */
 public static boolean isOkay(BPM bpm) {
   return bpm.getStatus();
 }