dukeboard / kevoree-modeling-framework

Kevoree Modeling Framework
http://kevoree.org/kmf
GNU Lesser General Public License v3.0
37 stars 7 forks source link

Feature request: Adding a function related to #71

Closed electricalwind closed 9 years ago

electricalwind commented 9 years ago

It would be nice to have a function available for each object that indicate if this object is related to another given object ( e.g: in an opposite relation to know if there is a link between those two object).

dukeboard commented 9 years ago

Could be nice, will be introduced in 4.9.0 next version, the synchronous aspect of the method could be helpful during the promise API usage

dukeboard commented 9 years ago

method relationsWith on KObject with other KObject has been added since the version 4.9.0, enjoy :-)

electricalwind commented 9 years ago

works fine :) Thanks