public DirectTypeHierarchyInferencerConnection(InferencerConnection con) {
   super(con);
   con.addConnectionListener(this);
 }