/**
  * A string representing the path of this {@link ClassLoaderScope} in the {@link ClassLoaderScope}
  * graph.
  */
 public String getPath() {
   return id.getPath();
 }