Difference between revisions of "XCSG:ModelElement"

From AtlasWiki
Jump to: navigation, search
(Specification)
(Specification)
Line 37: Line 37:
  
 
{| class="wikitable"  style="width:100%"
 
{| class="wikitable"  style="width:100%"
! width="160"|Edge
+
! width="160"|Out Edge
 
| [[Documentation]]
 
| [[Documentation]]
 
|-
 
|-

Revision as of 13:13, 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.

Specification

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
Out Edge Documentation
Description An optional comment, description, or other explanation of the element
Multiplicity 0 .. 1