private View getView(DotDrillFile f) throws Exception {
   assert f.getType() == DotDrillType.VIEW;
   return f.getView(drillConfig);
 }