TarzaNN
TarzaNN neural network simulator
C:/Users/albertlr/projects/TarzaNN/TarzaNN/NotifyStrategyAbstract.h
Go to the documentation of this file.
00001 #ifndef NOTIFYSTRATEGYABSTRACT_H_INCLUDED
00002 #define NOTIFYSTRATEGYABSTRACT_H_INCLUDED
00003 
00004 #include <QString>
00005 
00009 class Observer;
00010 
00011 class NotifyStrategyAbstract{
00012 public:
00013         virtual void updateNN(Observer* sourceFP, bool functional)=0;
00014         static int getType(const QString & name);
00015         static QString getType(int value);      
00016 };
00017 
00018 #endif /*NOTIFYSTRATEGYABSTRACT_H_INCLUDED*/
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines