Black Box Composition PatternBlack Box Composition Pattern
The Black Box Composition Design Pattern
Home > Books > Architect's Guide to NetKernel > Design Patterns > Black Box Composition Pattern

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Specification

f(x):[g(x)->h(j(x))->i(x)]

Description

The black box composition pattern consists of a structured assembly of services and inter-related URI requests. The complex functional assembly is abstracted behind a single 'black-box' service interface. Higher order applications may integrate the abstracted service into a higher-order assembly which itself may then be abstracted behind a black-box interface. One of the essential properties of NetKernel's layered URI address space is that local complexity may always be abstracted and this process may be repeated at any level of granularity.

Usage

Generally the black-box interface is presented on the public interface of a module. However it can also be implemented as a rule for a mapper function.

This pattern is very frequently used. It is most often used for providing data processing services over an underlying data management layer.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.