Jump to content

Contextualization (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by EUrbah (talk | contribs) at 16:25, 11 June 2012 (For 'Virtualization', add examples of VM data subject to contextualization). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, contextualization is an initialization phase permitting, at instantiation time, to set or override properties having unknown or default values at the time of template creation.

Usage

Templates permit to define generic capacities and behavior of objects, and default values for some object properties, without imposing strict limits on these properties. Contextualization is an initialization phase permitting, on instantiation of such a template, to obtain the desired object with precisely customized properties.

Example domains