2008/2/9, Lukas Renggli <renggli(a)iam.unibe.ch>ch>:
I don't
see really well how to use them. Can you provide me a simple
example ?
I made it for a Magritte demo. It would certainly require some more
work to be really useable.
oh ok :)
What kind of uses can be imaginated ?
Also, would
PRMeta extensions to PRStructure could be added to
MADescription ?
Yes, that could be made.
that makes me wonder why there are 2 separate classes like MAObject
and PRObject. They look the same to me. Is it for maintenance purpose
?
What about adding two MASingleOptionDescription to
your structure and
then do the matrix lookup from Smalltalk code?
I'm not sure I get what you say.
My structure contains several attributes (like weatherConditions) ,
each of them having its own domain (like {good, bad, extreme}). Each
attribute has its own similarity matrix depending on the domain
values.
I have several persistant instances of my structure and I want to
compare a new one, to all the persistant ones. The lookup is smalltalk
code, but I'm more concerned on editing the model (options and
matrix). Do you think storing the similarity matrix in the description
is a good choice knowing I want to edit the attribute model (either
each options and therefore the mattrix, or only the values of the
matrix))
Thanks a lot Lukas