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