element-is-implied-included
Available in: KerML, SysML
This checks that an incomplete element has no implied relationships.
This will never be triggered by Syside itself as all elements will be resolved automatically. The only exception to this are programmatic and external, non-textual, models.
Specification
If an
Elementhas anyowned_relationshipsfor whichis_implied = true, then theElementmust also haveis_implied_included = true. (Note that anElementcan haveis_implied = trueeven if noowned_relationshipshaveis_implied = true, indicating theElementsimply has no impliedRelationships.)