Show Tips
Sorted by relevance | Sort by date
Found 28 matching posts for MAAdaptiveModel in Smalltalk Showing posts 1 to 12.
I am creating a model class that only has a few core attributes and will allow the user to create descriptions through a description editor. Is subclassing MAAdaptiveModel a smart alternative to using customDescription on the class side (as seen in Exercise 18 in magritte-solutions.pdf...
in Magritte, Pier and Related Tools by cnantais — 5 replies in thread
Subclassing MAAdaptiveModel works with the MADescriptionEditor. However, when I try to get an edit for for my model with "mymodel asComponent", none of the descriptions appear in the form, not even the ones that are hard-coded into the class-side. BTW, I have cleared caches and initialized...
in Magritte, Pier and Related Tools by cnantais — 5 replies in thread
> I am creating a model class that only has a few core attributes and > will allow the user to create descriptions through a description > editor. Is subclassing MAAdaptiveModel a smart alternative to using > customDescription on the class side (as seen in Exercise 18 in > magritte...
in Magritte, Pier and Related Tools by Lukas Renggli-2 — 5 replies in thread
On 19 Apr 2007, at 22:56, Chad Nantais wrote: > Subclassing MAAdaptiveModel works with the MADescriptionEditor. > > However, when I try to get an edit for for my model with "mymodel > asComponent", none of the descriptions appear in the form, not even > the ones that are hard-coded into...
in Magritte, Pier and Related Tools by Lukas Renggli-2 — 5 replies in thread
...@iam.unibe.ch> wrote: > > On 19 Apr 2007, at 22:56, Chad Nantais wrote: > > > Subclassing MAAdaptiveModel works with the MADescriptionEditor. > > > > However, when I try to get an edit for for my model with "mymodel > > asComponent", none of the descriptions appear in the form, not even...
in Magritte, Pier and Related Tools by cnantais — 5 replies in thread
...> One thing I don't quite get though is whether it is > safe/smart/possible to use a description editor on the hard-coded > descriptions (eg. change priority; add more options to an > MASingleOptionDescription). No, this is not save, unless you copy them before editing. If you flush the......
in Magritte, Pier and Related Tools by Lukas Renggli-2 — 5 replies in thread
Hi all, I am looking for more info or usage examples of MAAdaptiveModel. So far I found the following good resources: * The masters thesis of Lukas Renggli and the impl. of Pier: http://sdmeta.gforge.inria.fr/Teaching/Lille/0910-MetaModelisation/Magritte/Reng06a.pdf * In the...
in Pharo Smalltalk Users by Pharo Smalltalk Users mailing list — 1 replies in thread
.../NamlServlet.jtp?macro=search_page&node=1294792&query=MAAdaptiveModel ----- Cheers, Sean -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
in Pharo Smalltalk Users by Sean P. DeNigris — 1 replies in thread
I'd recommend checking http://scg.unibe.ch/archive/masters/Reng06a.pdf Otherwise, MAAdaptiveModel appears having conceptual links with Adaptive Object-Models: http://metaplop.org/papers/ http://adaptiveobjectmodel.com...
in Magritte, Pier and Related Tools by Reza Razavi — 3 replies in thread
I discussed this with Doru offline and my suggestion was to edit an MAAdaptiveModel with the common descriptions of all the objects. And afterwards iterate over the objects and the descriptions and apply all values from the MAAdaptiveModel instance to the objects. Lukas On 12 July 2011 20...
in Moose by Lukas Renggli — 1 replies in thread
I discussed this with Doru offline and my suggestion was to edit an MAAdaptiveModel with the common descriptions of all the objects. And afterwards iterate over the objects and the descriptions and apply all values from the MAAdaptiveModel instance to the objects. Lukas On 12 July 2011 20...
in Magritte, Pier and Related Tools by Lukas Renggli — 1 replies in thread
... (self basicMagritteDescription includes: aDescription) That still leaves the question though, does this trait version of MAAdaptiveModel exist? > On 11 Sep 2016, at 19:19, Tapple Gao <tapplek@...> wrote: > > Quoting from http://sdmeta.gforge.inria.fr/Teaching/Lille/0910-MetaModelisation/07-08...
in Magritte, Pier and Related Tools by Tapple Gao — 3 replies in thread
Next 12 »
Show Tips