コード例 #1
0
ファイル: Shell.java プロジェクト: sayiho/GraphLab
 /**
  * @param b
  * @return the available shell for b. (normally the working shell of application)
  */
 public static Shell getCurrentShell(BlackBoard b) {
   return b.getData(NAME);
 }