Icon class icon_class fas fa-quote-left icon_class_computed fas fa-quote-left Related content SysMLv1.x: The ElementGroup stereotype SysMLv1.x: An ElementGroup used for basic Parsing Analysis model element elicitation: Example 1 SysMLv1.x: An ElementGroup used for basic Parsing Analysis model element elicitation: Example 2 SysMLv1.x: Extending the ElementGroup for the Webel Parsing Analysis recipe (a quick look) SysMLv1.x: Customizing the ElementGroup extensions for the Webel Parsing Analysis recipe (simplified) SysMLv1.x: An ElementGroup in the model tree browser of MagicDraw/Cameo Source OMG Systems Modeling Language (SysML) 1.6 Copyright information About Object Management Group copyright in text extracts quoted from OMG specifications for educational purposes Snippet kind INFO UML keywords Comment SysML keywords ElementGroup ElementGroup::name Previous snippet Full quote Element groups are named using the name property. Next snippet The criterion for membership in an element group is specified by the body of the comment the stereotype is applied to. By grouping elements, the modeler asserts that the criterion of the group applies to the member. ElementGroup::/criterion : String [0..1] Specifies the rationale for being member of the group. Adding an element to the group asserts that the criterion applies to this element. Derived from Comment::body. (derived) ElementGroup::/member : Element [0..*] Set specifying the members of the group. Derived from Comment::annotatedElement. (derived) ElementGroup::name : String [1] Name of the element group ElementGroup::orderedMember : Element [0..*] Organize member according to an arbitrary order. Optional. (subsets: ElementGroup::member) ElementGroup::/size : Integer [1] Number of members in the group. Derived. (derived) Related snippets The ElementGroup stereotype provides a lightweight mechanism for grouping various and possibly heterogeneous model elements by extending the capability of comments to refer to multiple annotated elements. Related snippets (backlinks) ElementGroup::name : String [1] Name of the element group Visit also Visit also (backlinks) Flags