kevoree-modeling / framework

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

Traverse set of KObjects #10

Closed jejemontagne closed 9 years ago

jejemontagne commented 9 years ago

Add a feature allowing the user to traverse the model with a set of KObjects like the following pseudo-code

model.traverse({KObject1, KObject2, KObject3}, KObject.meta.REF_SUBOBJECT).then(res -> { do() });