Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

plAnonymousKernel.h

00001 /*=============================================================================
00002  * Product        : OpenPL 
00003  * File           : plAnonymousKernel.h
00004  * Author         : Kamel Mekhnacha
00005  * Creation       : Wed Mar 27 11:41:27 2002
00006  *
00007  *=============================================================================
00008  *     (c) Copyright 2000, Centre National de la Recherche Scientifique,
00009  *                              all rights reserved
00010  *=============================================================================
00011  *
00012  *------------------------- Description ---------------------------------------
00013  *   
00014  *   
00015  *-----------------------------------------------------------------------------
00016 */
00017 #include <plKernel.h>
00018 #include <plVariablesConjunction.h>
00019 #include <plExternalProbFunction.h>
00020 
00021 
00027 class plAnonymousKernel :public plKernel
00028 {
00029 public:
00030   
00033   plAnonymousKernel(const plVariablesConjunction &variable, 
00034             const plExternalProbFunction &function);
00035   
00037   virtual ~plAnonymousKernel(){};
00038 };

Generated on Fri Apr 1 10:58:11 2005 for ProBT by  doxygen 1.4.1