331332333334335336337338339340341
* @param Y the y * @return the eDB unit */ public EDBUnit convert( EDBUnit sTree, String X, String Y ){ EDBUnit r = convert( sTree, X ); r.resetAllData( X, Y ); return r; } /**