コード例 #1
0
ファイル: CommandLineTool.java プロジェクト: maduhu/beam
 void executeGraph(Graph graph) throws GraphException {
   commandLineContext.executeGraph(graph, this);
 }