Beispiel #1
0
 Graph readGraph(String filePath, Map<String, String> templateVariables)
     throws IOException, GraphException {
   return commandLineContext.readGraph(filePath, templateVariables);
 }