Difference between revisions of "XCSG:Library"

From AtlasWiki
Jump to: navigation, search
m (TheodoreMurdock moved page Library to XCSG:Library)
(Specification: parent is now Node)
Line 3: Line 3:
 
== Specification ==
 
== Specification ==
 
{{Node
 
{{Node
| extends = ModelElement
+
| extends = Node
 
| description = A library containing one or more executable components
 
| description = A library containing one or more executable components
 
}}
 
}}

Revision as of 19:28, 15 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 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.