TarzaNN
TarzaNN neural network simulator
|
00001 #ifndef NODE_FACTORY_H_INCLUDED 00002 #define NODE_FACTORY_H_INCLUDED 00003 #include "NodeAbstract.h" 00004 #include "NodeProxy.h" 00008 class NodeFactory{ 00009 NodeFactory (); 00010 static char* hostname, *hostaddress; 00011 00012 public: 00014 static NodeAbstract* getInstance(int node, QString host, int port, vector<NodeProxy*>* _nodeList); 00015 }; 00016 #endif //NODE_FACTORY_H_INCLUDED