ES-DOC / esdoc-questionnaire

ES-DOC Questionnaire (webform generator for creating CIM Documents). POC: @allynt
Other
2 stars 1 forks source link

Add support for recursive relationships. #451

Closed allynt closed 7 years ago

allynt commented 8 years ago

WHO: @allynt

CIM2 has recursive relationships... for example a SoftwareComponent has a property called Sub_Components which is itself of type SoftwareComponent. Since I pre-create all necessary customizations and models, this structure puts me in an infinite loop...

allynt commented 8 years ago

I have modified the esdoc-mp code to tag recursive relationships. I do it there rather than as part of the Q code b/c it is a pretty inefficient process and the esdoc-mp code does not need to be executed at run-time.