Hi,
Which would be the best way to model in FAMIX connections caused by poolDictionaries?
For example:
ArrayedCollection subclass: #Text
instanceVariableNames: 'string runs'
classVariableNames: ''
poolDictionaries: ’TextConstants’
category: 'Collections−Text'
Text can access the class TextConstants becuse specified in its pool dictionary. where should I store the information that TextConstants is in the pool dictionary of Text?
Thanks and cheers,
Fabrizio