Difference between revisions of "XCSG:Library"

From AtlasWiki
Jump to: navigation, search
(adding categories)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
+
Library maps to Java JAR files, .NET assemblies, Windows DLLs, and other linkable collections of pre-compiled code.
  
 
== Specification ==
 
== Specification ==
{| class="atlaswikitable" style="width:100%"
+
{{Node
! width="160" align="left"|Metaclass
+
| extends = Node
| 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]]
+

Latest revision as of 17:43, 23 January 2015

Library maps to Java JAR files, .NET assemblies, Windows DLLs, and other linkable collections of pre-compiled code.

Specification

Metaclass Library
Extends Node
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.