The implementation of the getRelations() method in
DefaultMBModel could be improved by iterating directly
the values() (LinkedLists of Relations) of 'relationTypes'
instead of iterating keySet() (RelationTypes) and
retrieving the LinkedList for each key using get(iter.next
()) from 'relationTypes'.
Logged In: YES
user_id=77680
Yes, but DefaultMBModel is only a prototype. For better
performance choose RelationCachedModel.