You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MooseModel has a storage containing a dictionary byType
And it also manages a dictionary of entities by their type to answer messages like allClasses, allMethods, ...
through the call to allUsing:ofGroupClass:
This is a duplication of logic which is harmfull.
We need to remove the dictionary in cache and allXYZ should use the storage (MooseGroupStorage) instead of the cache
The text was updated successfully, but these errors were encountered:
MooseModel has a storage containing a dictionary
byType
And it also manages a dictionary of entities by their type to answer messages like
allClasses
,allMethods
, ...through the call to
allUsing:ofGroupClass:
This is a duplication of logic which is harmfull.
We need to remove the dictionary in
cache
andallXYZ
should use the storage (MooseGroupStorage
) instead of the cacheThe text was updated successfully, but these errors were encountered: