<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=UML_Component_Diagram</id>
	<title>UML Component Diagram - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=UML_Component_Diagram"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=UML_Component_Diagram&amp;action=history"/>
	<updated>2026-04-14T21:51:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=UML_Component_Diagram&amp;diff=28167&amp;oldid=prev</id>
		<title>Filip Stachecki at 11:00, 14 October 2015</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=UML_Component_Diagram&amp;diff=28167&amp;oldid=prev"/>
		<updated>2015-10-14T11:00:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:UML Diagrams]]&lt;br /&gt;
&lt;br /&gt;
==Component Diagram⌘==&lt;br /&gt;
[[File:ComponentDiagram.png]]&lt;br /&gt;
* Describes how a software system is split up into components and shows the dependencies among these components.&lt;br /&gt;
===Component⌘===&lt;br /&gt;
[[File:component.png]]&lt;br /&gt;
* A Component represents a modular part of a system that encapsulates its contents.&lt;br /&gt;
* A Component is a self-contained unit that encapsulates the state and behavior of a number of Classifiers. &lt;br /&gt;
* A Component specifies a formal contract of the services that it provides to its clients and those that it requires from other Components&lt;br /&gt;
* A Component is a substitutable unit that can be replaced at design time or run-time by a Component that offers equivalent functionality.&lt;br /&gt;
&lt;br /&gt;
====Interfaces⌘====&lt;br /&gt;
[[File:ComponentInterfaces.png]]&lt;br /&gt;
====Port⌘====&lt;br /&gt;
[[File:ClipCapIt-150104-081833.PNG]]&lt;br /&gt;
* Ports represent interaction points through which an Classifier communicates with its environment.&lt;br /&gt;
* A Port may specify the services an Classifier provides (offers) to its environment as well as the services that an Classifier expects (requires) of its environment.&lt;br /&gt;
&lt;br /&gt;
====Connector⌘====&lt;br /&gt;
[[File:ComponentConnectors.png]]&lt;br /&gt;
* Connector specifies a link that enables communication between two (or more) instances. &lt;br /&gt;
* Two types of connectors:&lt;br /&gt;
** delegation (connect externally provided interfaces to the parts that realize or require them, represents the forwarding of events)&lt;br /&gt;
** assembly (connector between two or more parts that defines that one part provides the services that other part use)&lt;br /&gt;
&lt;br /&gt;
====Manifestation⌘====&lt;br /&gt;
[[File:ClipCapIt-150104-081803.PNG]]&lt;br /&gt;
* An Artifact may embody, or manifest, a number of model elements.&lt;br /&gt;
* Manifestation represents implementation of one or more model elements by an artifact.&lt;/div&gt;</summary>
		<author><name>Filip Stachecki</name></author>
	</entry>
</feed>