[Pharo-project] A stupid magritte question :(
Hi all and (lukas in particular) I have an object which hold a list of strings and I would like to describe it using magritte so I thought that I should use a MAContainer. But how should I specify the fact that the elements are of a specific class? Stef
Hi Stef, You can try with MAToManyScalarRelationDescription where the #reference: description is a MAStringDescription. Philippe added this many years ago, but I don't think that it has seen much use. Lukas On 27 March 2011 20:56, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Hi all and (lukas in particular)
I have an object which hold a list of strings and I would like to describe it using magritte so I thought that I should use a MAContainer.
But how should I specify the fact that the elements are of a specific class?
Stef
-- Lukas Renggli www.lukas-renggli.ch
participants (2)
-
Lukas Renggli -
Stéphane Ducasse