On Fri, Apr 18, 2008 at 3:16 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote:
> ... I was in fact thinking of calculating a weight value for each script > path and take the one with the greatest value. But I think, it is > probably even better to make use of the Comparable interface (or > Comparator depending on the actual implementation) and be able to just > compare two objects representing the scripts and using the "higher" one.... Makes sense, that will make the decision process fine-grained and easier to follow. -Bertrand
