ArcSec::AlgFactory Class Reference

Interface for algorithm factory class. More...

#include <AlgFactory.h>

Inheritance diagram for ArcSec::AlgFactory:
Arc::Plugin

Public Member Functions

virtual CombiningAlgcreateAlg (const std::string &type)=0

Detailed Description

Interface for algorithm factory class.

AlgFactory is in charge of creating CombiningAlg according to the algorithm type given as argument of method createAlg. This class can be inherited for implementing a factory class which can create some specific combining algorithm objects.


Member Function Documentation

virtual CombiningAlg* ArcSec::AlgFactory::createAlg ( const std::string &  type  )  [pure virtual]

creat algorithm object based on the type algorithm type

Parameters:
type The type of combining algorithm
Returns:
The object of CombiningAlg

The documentation for this class was generated from the following file:
Generated on Wed Jun 27 11:54:31 2012 for Hosting Environment (Daemon) by  doxygen 1.6.3