Show Tips
Sort by relevance | Sorted by date
Found 28 matching posts for MAAdaptiveModel in Smalltalk Showing posts 1 to 12.
.../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
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
... 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 DiegoLont — 3 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
... (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
... MAAdaptiveModel, but I am indeed trying to add adaptivity to a class, and am struggling with it _______________________________________________ Magritte, Pier and Related Tools ... https://www.list.inf.unibe.ch/listinfo/smallwiki
in Magritte, Pier and Related Tools by Tapple Gao — 3 replies in thread
[PATCH 1/2] kernel: Make >>#new/>>#new: go through >>#initialize   ([PATCH 2/2] misc: Remove redundant >>#new implementations)
.../magritte-model.st @@ -426,11 +426,6 @@ Object subclass: MAAdaptiveModel [ yourself ] - MAAdaptiveModel class >> new [ - <category: 'instance creation'> - ^self basicNew initialize - ] - defaultDescription [ <category: 'accessing-configuration'> ^MAContainer new...
in Gnu by Holger Freyther — 10 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
... >>>> 2022516948 >new >>>> 2022516856 >defaultAccessor >>>> 2022516764 MADescription>accessor >>>> 2022516672 MADescription>hash >>>> 2022516580 Dictionary>scanFor: >>>> 2022516488 Set>findElementOrNil: >>>> 2022516180 Dictionary>at:ifAbsent: >>>> 2022516088 MAAdaptiveModel>readUsing...
in Seaside General by Ivar Refsdal — 8 replies in thread
...>findElementOrNil: >>> 2022516180 Dictionary>at:ifAbsent: >>> 2022516088 MAAdaptiveModel>readUsing: >>> 2022515996 MAMemento>pullRaw >>> 2022515840 OrderedCollection>do: >>> 2022515748 MAContainer>do: >>> 2022515656 MAMemento>pullRaw >>> 2022515564 MAMemento>pull >>> 2022515452 MACachedMemento...
in Seaside General by Lukas Renggli — 8 replies in thread
...: >> 2022516088 MAAdaptiveModel>readUsing: >> 2022515996 MAMemento>pullRaw >> 2022515840 OrderedCollection>do: >> 2022515748 MAContainer>do: >> 2022515656 MAMemento>pullRaw >> 2022515564 MAMemento>pull >> 2022515452 MACachedMemento>reset >> 2022515360 MACheckedMemento>reset >> 2022515268...
in Seaside General by rwelch — 8 replies in thread
Next 12 »
Show Tips