void addEntry(VeriniceGraphResultEntry e) {
   entries.put(e.getColumnKey(), e);
   e.add(this);
 }