Difference between revisions of "XCSG:Library"

From AtlasWiki
Jump to: navigation, search
(adding categories)
(Specification: switching to node template)
Line 2: Line 2:
  
 
== Specification ==
 
== Specification ==
{| class="atlaswikitable" style="width:100%"
+
{{Node
! width="160" align="left"|Metaclass
+
| extends = Component
| Library
+
| description = A library containing one or more executable components
|-
+
}}
! Extends
+
| [[Component]]
+
|-
+
! Description
+
| A library containing one or more executable components
+
|}
+
 
+
[[Category:XCSG]][[Category:XCSG Node Kinds]][[Category:XCSG Tags]]
+

Revision as of 13:32, 7 April 2014

Library maps to Java JAR files, .NET assemblies, Windows DLLs, and other linkable collections of pre-compiled code. The XCIL equivalent concept is named ExecutableComponentLibrary.

Specification

Metaclass Library
Extends Component
Description A library containing one or more executable components
All Superkinds Node, ModelElement
Known Possible In Edges

Inherited From In Edge Predecessor Multiplicity Description
Node Contains Node 1 Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.
Known Possible Out Edges

Inherited From Out Edge Successor Multiplicity Description
Node Contains Node Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.