public Set<TableToTableReference> referringTo(Table table) {
   checkNotNull(table, "table must not be null");
   return graph.incomingEdgesOf(table);
 }