An Entity of Type: Abstraction100002137, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

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: 1. * a generic, extensible interface layer, used in client code, which can interact with heterogeneous types, and 2. * a tunnel mechanism, which translates between the heterogeneous types expressed in the client code into the type understood by 3. * a concrete API layer, which manipulates a single concrete type.

Property Value
dbo:abstract
  • 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: 1. * a generic, extensible interface layer, used in client code, which can interact with heterogeneous types, and 2. * a tunnel mechanism, which translates between the heterogeneous types expressed in the client code into the type understood by 3. * a concrete API layer, which manipulates a single concrete type. Tunnel mechanism include Shims and conversion constructors. (en)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 26513498 (xsd:integer)
dbo:wikiPageLength
  • 2274 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 956146782 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • 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: 1. * a generic, extensible interface layer, used in client code, which can interact with heterogeneous types, and 2. * a tunnel mechanism, which translates between the heterogeneous types expressed in the client code into the type understood by 3. * a concrete API layer, which manipulates a single concrete type. (en)
rdfs:label
  • Type Tunnel pattern (en)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License