Difference between revisions of "Selector"

From DocDataFlow
Jump to: navigation, search
(Created page with "A selector is a compound adapter. It manages a group of two or more 'sub-adapters'. When it receives a granule through its input connection, it will us...")
 
Line 1: Line 1:
A selector is a [[Compound Adapter|compound adapter]].  
+
A selector is a [[Composite Adapter|composite adapter]].  
  
 
It manages a group of two or more 'sub-adapters'.
 
It manages a group of two or more 'sub-adapters'.
  
 
When it receives a granule through its input connection, it will use some internal programming logic to decide which the most appropriate target adapter is, and it will send the granule to one (and only one) of its sub-adapters.
 
When it receives a granule through its input connection, it will use some internal programming logic to decide which the most appropriate target adapter is, and it will send the granule to one (and only one) of its sub-adapters.

Revision as of 22:00, 29 December 2013

A selector is a composite adapter.

It manages a group of two or more 'sub-adapters'.

When it receives a granule through its input connection, it will use some internal programming logic to decide which the most appropriate target adapter is, and it will send the granule to one (and only one) of its sub-adapters.