MR

I am hoping someone in the community has an easy answer to this question.

I am trying to obtain all external relationships between models. These are the ones that do NOT have a checkmark next to them in the relationship column of Properties^Relationships. E.g. I only want the bottom three relationships.

I am currently using this code:

aCnxOcc = aObjOcc[j].Cxns(Constants.EDGES_IN); // CxnOcc[] in model; don't care about both directions.

             

             // determine each relationship from an object.

             for(var k=0; k < aCnxOcc.length; k++) {

                 // determine if target object is within the same model use ObjDef from TargetObjDef()

                 var myObjOccSource = aCnxOcc[k].getSource().getObjDefName(g_nloc);  //ObjOcc

                 var myObjOccTarget = aCnxOcc[k].getTarget().getObjDefName(g_nloc);  //ObjOcc

                 var myCxnDef = aCnxOcc[k].getDefinition();

Thanks,

MR

 

 

by Robert Goldenbaum
Badge for 'Question Solver' achievement
Posted on Wed, 06/10/2015 - 16:37

Hello,

well, if you are reading the cxnoccs of an objocc, you only get those connections of the single occurrence (in this model). If you want to have all connections, you either have to go through the occurrences of the object definition or get the connections of the object definition itself...

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock