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 relationships to abstract classes. #443

Closed allynt closed 8 years ago

allynt commented 8 years ago

Add support for relationships to abstract classes.

At various places in CIM2 a relationship property points to an abstract class. Presumably, the intention is to allow that property to point to any of the concrete child classes of that abstract base class.

The Q needs to support this. For references (ie: relationships to standalone documents) it is simple. But for inline relationships (ie: relationships to standard CIM classes) it is much more complex.

Additionally, some way of allowing users to choose, and change, which (inline) concrete child class should be pointed to is required.

allynt commented 8 years ago

Closing as duplicate of #61.