kevoree-modeling / framework

The Kevoree Modeling Framework
http://modeling.kevoree.org
GNU General Public License v3.0
42 stars 6 forks source link

Create setter for references #4

Closed assaad closed 9 years ago

assaad commented 9 years ago

Currently I set a reference like this: rating.mutate(KActionType.SET, model.metaModel().metaClassByName("Rating").reference("ownerUser"), users[i]);

I would like to have a method setref like: rating.setref("ownerUser",users[i])

If possible, thanks!

dukeboard commented 9 years ago

added in the new version through the introduction of addByName method