Difference between revisions of "XCSG:ModelElement"

From AtlasWiki
Jump to: navigation, search
Line 23: Line 23:
 
! Type
 
! Type
 
| String
 
| String
 +
|}
 +
 +
{| class="wikitable"  style="width:100%"
 +
! width="160"|Attribute
 +
| id
 +
|-
 +
! Description
 +
| The id that uniquely identifies the model element
 +
|-
 +
! Type
 +
| Opaque
 
|}
 
|}
  

Revision as of 12:58, 27 February 2014

The ModelElement kind, represent an abstraction drawn from the system being modeled. Model elements have names and may be associated with a namespace. A distinct id identifies the element in the graph. It may be composed of the element’s name and a number, or take any other form that ensures the id is unique within the definition of the overall graph that contains the element.

Documentation may optionally be associated with model elements, representing comments or other descriptions.

Model elements may also be stereotyped.

Metaclass ModelElement
Description An abstraction drawn from the system being modeled.
Attribute name
Description The name of the element within its Namespace
Type String
Attribute id
Description The id that uniquely identifies the model element
Type Opaque