Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Lazy instantiation

This process is called eager instantiation. Another approach is not to create these state objects until the first time when they are needed, which is called lazy instantiation. Lazy instantiation is more resource efficient because the objects are not created before they are needed and are never created if they are never needed. In our situation, if we take the lazy approach, the state objects will be responsible for creating other state objects, which is against the Expert Principle (Larman, 2005). [Pg.82]

If we take the lazy instantiation approach, the process() in the Fragmented State class will appear as follows ... [Pg.82]

Lazy instantiation refers to the technique to hold loading the program until it is first requested, as it may never be needed. [Pg.1433]

Figure 4. Sample interaction diagram for loading a fault tree using lazy instantiation mechanism. Dashed line indicate function return. Figure 4. Sample interaction diagram for loading a fault tree using lazy instantiation mechanism. Dashed line indicate function return.
The nature of plug-in allows us to implement lazy instantiation mechanism. Since all plug-ins are independent with each other, it allows iQT platform to load and create models and services until it is first needed. [Pg.1433]

The purpose of iQT service is to manage all registered plug-ins. iQT service is initialized when iQT platform is launched. It loads services and plugins based on lazy instantiation mechanism. [Pg.1435]


See other pages where Lazy instantiation is mentioned: [Pg.1433]    [Pg.1433]   
See also in sourсe #XX -- [ Pg.82 ]




SEARCH



Instantiation

Instantiations instantiation

© 2024 chempedia.info