Re: [graph] renaming packages

2012-08-05 Thread Simone Tripodi
!Hola! > Addition would have signatures like "sum" and "negate", while Multiplication > would have "multiply" and "invert". >> What about having Monoid with package visibility and then >> "Addition/Multiplication... extends Monoid" ? > > > Then it would become a bit painless if a class had to impl

Re: [graph] renaming packages

2012-08-04 Thread Claudio Squarcella
Hi, On 03/08/2012 15:00, Simone Tripodi wrote: ¡Hola! Also remember that if we ever want to deal with, say, multiplications, monoids are only going to be in the way (we already touched this topic before, see [1]). I'm still happy to update and simplify names, only following a different pattern

Re: [graph] renaming packages

2012-08-03 Thread Simone Tripodi
¡Hola! > Also remember that if we ever want to deal with, say, multiplications, > monoids are only going to be in the way (we already touched this topic > before, see [1]). I'm still happy to update and simplify names, only > following a different pattern: e.g. from "DoubleWeightBaseOperations" to

Re: [graph] renaming packages

2012-08-03 Thread squarcel
Hi there :-) > Hi Claudio! > > happy to read from you here :) > > I just noticed that the weight/primitives sub-package contains classes > which name convention refers to *Weight - WDYT renaming them to > *SumMonoid ? I am not convinced about this one. I've come to the conclusion that we should g

Re: [graph] renaming packages

2012-08-01 Thread Simone Tripodi
Hi Claudio! happy to read from you here :) I just noticed that the weight/primitives sub-package contains classes which name convention refers to *Weight - WDYT renaming them to *SumMonoid ? best and TIA! -Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http:

Re: [graph] renaming packages

2012-08-01 Thread squarcel
Hi Simone! Both changes sound good to me. You are more familiar than me with "builder" so I trust your word; and also "s/weight/math" sounds indeed more appropriate given the general purpose classes that it contains. Cheers Claudio > Hi all grap-ers, > > I am doing the n-th review on [graph] and