class MyCoreFactoryC : public CoreFactoryC

Default factory of the Core package

Inheritance:


Public Methods

MyCoreFactoryC ( ConfigurationA const & iConfiguration, RandomA const & iRandom )
Constructing a new factory for the Core package

Public

Create functions
Creating default objects in the Core package
InitializationA* CreateInitialization ( ProblemA const & iProblem )

Inherited from CoreFactoryC:


Inherited from CoreFactoryA:


Documentation

This is the default factory for the Core package. When it is used in a program, all the simple examples in the library will be created.

MyCoreFactoryC( ConfigurationA const & iConfiguration, RandomA const & iRandom )
CoreFactoryA * Corefactory
= new MyCoreFactoryC(Configuration);

Returns:
Nothing.
Parameters:
iConfiguration - A reference copy of configuration will be made and it will be distributed to every object made by the factory.
Author:
J.I. van Hemert
Version:
0.1
See Also:
CoreFactoryA

Create functions
See the abstract base class for further information.

Author:
J.I. van Hemert
Version:
0.1
See Also:
CoreFactoryA

InitializationA* CreateInitialization( ProblemA const & iProblem )


This class has no child classes.
Author:
J.I. van Hemert
Version:
0.1
See Also:
CoreFactoryA

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de