archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
916 stars 267 forks source link

[Feature Request] Enhance the Validator to user ARM settings #233

Open jbsarrodie opened 7 years ago

jbsarrodie commented 7 years ago

It would be good to update the Validator code that checks for "Invalid nested elements" to take ARM settings into account and not warn for a nesting that is invalid in ArchiMate but has explicitely been allowed in ARM.

Note: as the code allow "inverted" nested (A inside B and B inside A), this should also be allowed in the Validator (or maybe differenciate options for pure ArchiMate validation and ARM based validation)

Phillipus commented 6 years ago

Or provide an ARM option not to allow inverted nesting?

jbsarrodie commented 6 years ago

Or provide an ARM option not to allow inverted nesting?

But in this case if you allow it Validator should not warn ;-)

Phillipus commented 6 years ago

But in this case if you allow it Validator should not warn ;-)

Yes