TarzaNN
TarzaNN neural network simulator
Public Member Functions
NodeAbstract Class Reference

#include <NodeAbstract.h>

Inheritance diagram for NodeAbstract:
Node NodeProxy

List of all members.

Public Member Functions

virtual void printType ()=0
virtual bool isLocal ()=0

Detailed Description

Abstract class for Nodes. A Node corresponds to one computer in the distributed implementation. A "real" node on a computer corresponds to that particular computer, while proxy nodes correspond to other computers. Nodes group together feature planes and mediate IP traffic.


Member Function Documentation

virtual bool NodeAbstract::isLocal ( ) [pure virtual]

Implemented in Node, and NodeProxy.

virtual void NodeAbstract::printType ( ) [pure virtual]

Implemented in Node, and NodeProxy.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines