public void createGraph(List<String> lines) {
   rootBlock.createGraph(lines);
 }