Hi,
I changed a bit the model of Arki: - I introduced Stakeholder as first class - I introduced a ConcernStatus hierarchy to be able to distinguish between: success, failure, error and neutral - With this occasion I also strengthen a tiny bit the error handling - I removed statusValue I will probably still change it a bit, but not dramatically. Please let me know if you have any problems with it. Cheers, Doru -- www.tudorgirba.com "Every successful trip needs a suitable vehicle." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
I've got a problem :)
before, to set the name of a REPconcern (the one displayed in the browser), I used the method 'label:'. But it is no longer present. Is there another to do that?
2010/8/18 Tudor Girba <[hidden email]> Hi, _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
the same problem with 'explanation:'
2010/8/20 Cyrille Delaunay <[hidden email]> I've got a problem :) _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
REPConcern is an abstract class. If you want specific implementations,
you should subclass it. For example, the REPCustomQueryConcern defines these as variables because they are expected to be passed as parameters. Other classes just override the method with an actual return. Cheers, Doru On 20 Aug 2010, at 12:50, Cyrille Delaunay wrote: > the same problem with 'explanation:' > > 2010/8/20 Cyrille Delaunay <[hidden email]> > I've got a problem :) > before, to set the name of a REPconcern (the one displayed in the > browser), I used the method 'label:'. But it is no longer present. > Is there another to do that? > > 2010/8/18 Tudor Girba <[hidden email]> > > Hi, > > I changed a bit the model of Arki: > - I introduced Stakeholder as first class > - I introduced a ConcernStatus hierarchy to be able to distinguish > between: success, failure, error and neutral > - With this occasion I also strengthen a tiny bit the error handling > - I removed statusValue > > I will probably still change it a bit, but not dramatically. Please > let me know if you have any problems with it. > > Cheers, > Doru > > > -- > www.tudorgirba.com > > "Every successful trip needs a suitable vehicle." > > > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com "We are all great at making mistakes." _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |