/**
  * Initialize the operation
  *
  * @param args the operation arguments
  */
 @Override
 protected void onInitialize(Object[] args) {
   super.onInitialize(args);
   types = DexUtils.getEdgeTypes(((DexGraph) getGraph()).getRawGraph());
 }