コード例 #1
0
 public static ProcessEngine buildProcessEngine() {
   Configuration config = new Configuration();
   return config.buildProcessEngine();
 }
コード例 #2
0
ファイル: Configuration.java プロジェクト: ReaperSoon/LLAMA
 /**
  * after specifying the configuration resources with the other methods, a process engine can be
  * created.
  */
 public ProcessEngine buildProcessEngine() {
   return impl.buildProcessEngine();
 }