TarzaNN
TarzaNN neural network simulator
|
#include <NodeProxy.h>
Public Member Functions | |
NodeProxy (int _node_id, const char *address, int port, vector< NodeProxy * > *_nodeList) | |
void | updateNN (Observer *sourceFP, bool functional) |
int | getNodeId () |
~NodeProxy () | |
void | printType () |
bool | isLocal () |
virtual void | run () |
Proxy for a Node on a remote computer. This class handles communications between feature planes. Uses the Proxy design pattern
NodeProxy::NodeProxy | ( | int | _node_id, |
const char * | address, | ||
int | port, | ||
vector< NodeProxy * > * | _nodeList | ||
) |
NodeProxy::~NodeProxy | ( | ) |
int NodeProxy::getNodeId | ( | ) | [inline] |
bool NodeProxy::isLocal | ( | ) | [virtual] |
Implements NodeAbstract.
void NodeProxy::printType | ( | ) | [virtual] |
Implements NodeAbstract.
void NodeProxy::run | ( | ) | [virtual] |
void NodeProxy::updateNN | ( | Observer * | sourceFP, |
bool | functional | ||
) |