Information | |
---|---|
has gloss | eng: In computer programming, a Type Tunnel pattern is where a group of physically-unrelated types may be tunneled through an extensible adaptation layer and presented in unified form to an underlying layer for manipulation as a whole. It consists of the following: # a generic, extensible interface layer, used in client code, which can interact with heterogeneous types, and # a tunnel mechanism, which translates between the heterogeneous types expressed in the client code into the type understood by # a concrete API layer, which manipulates a single concrete type. |
lexicalization | eng: Type Tunnel Pattern |
instance of | c/Software design patterns |
Lexvo © 2008-2024 Gerard de Melo. Contact Legal Information / Imprint