<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Aggregation_pattern</id>
	<title>Aggregation pattern - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://labviewwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Aggregation_pattern"/>
	<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Aggregation_pattern&amp;action=history"/>
	<updated>2026-04-07T16:53:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Aggregation_pattern&amp;diff=27884&amp;oldid=prev</id>
		<title>Q: Category reorg</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Aggregation_pattern&amp;diff=27884&amp;oldid=prev"/>
		<updated>2020-06-02T21:01:05Z</updated>

		<summary type="html">&lt;p&gt;Category reorg&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 21:01, 2 June 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l19&quot;&gt;Line 19:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 19:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Object-Oriented Programming]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Object-Oriented Programming]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Object-Oriented Design Pattern]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[Category:Object-Oriented Design Pattern]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Design patterns]]&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Q</name></author>
	</entry>
	<entry>
		<id>https://labviewwiki.org/w/index.php?title=Aggregation_pattern&amp;diff=12852&amp;oldid=prev</id>
		<title>Logmanoriginal: Add new page</title>
		<link rel="alternate" type="text/html" href="https://labviewwiki.org/w/index.php?title=Aggregation_pattern&amp;diff=12852&amp;oldid=prev"/>
		<updated>2020-04-05T14:26:36Z</updated>

		<summary type="html">&lt;p&gt;Add new page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[object-oriented programming]], the &amp;#039;&amp;#039;&amp;#039;aggregation pattern&amp;#039;&amp;#039;&amp;#039; refers to an object that owns or is responsible for an [[array]] of [[object (object-oriented programming)|object]]s and defines special behavior for that particular type of array.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
The aggregation pattern is useful in situations where code gets more complicated over time and certain characteristics need to be guaranteed for a particular array of objects.&lt;br /&gt;
&lt;br /&gt;
===Encapsulation===&lt;br /&gt;
The aggregation pattern provides a way to encapsulate an array of objects inside another object with an interface for that particular type of array.&lt;br /&gt;
&lt;br /&gt;
===Effort===&lt;br /&gt;
The aggregation pattern requires time and effort to write wrapper methods for all of the common array operations. In most cases, however, not all of the array operations are needed.&lt;br /&gt;
&lt;br /&gt;
===Performance===&lt;br /&gt;
The aggregation pattern provides a way to optimize algorithms when performing common array operations, such as sorting or searching the array. For example, the array primitives built into LabVIEW do [[Wikipedia:linear search|linear search]] on an array because LabVIEW has no way of knowing whether a given array is sorted or not. If the array is always sorted, a [[Wikipedia:binary search|binary search]] is much faster. &lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [[Wikipedia:Aggregate pattern|Aggregate pattern]] on Wikipedia&lt;br /&gt;
* [https://forums.ni.com/t5/LabVIEW-Development-Best/Aggregation-Pattern/ta-p/3491073 Applying Common Object-Oriented Design Patterns to LabVIEW: Aggregation Pattern] by Elijah Kerry&lt;br /&gt;
&lt;br /&gt;
[[Category:Object-Oriented Programming]]&lt;br /&gt;
[[Category:Object-Oriented Design Pattern]]&lt;br /&gt;
[[Category:Design patterns]]&lt;/div&gt;</summary>
		<author><name>Logmanoriginal</name></author>
	</entry>
</feed>