cosi::Node Class Reference

#include <Node.h>

Inheritance diagram for cosi::Node:

cosi::Interface

List of all members.

Public Member Functions

 Node ()
virtual ~Node ()
void SetName (string pName)
 Sets the node name.
string GetName ()
 Returns the node name.
void SetType (string Type)
 Sets the node type.
string GetType ()
 Returns the node type.

Private Attributes

string mName
string mType


Detailed Description

A node has an associated name, type and a set of interfaces.

Author:
Alessandro Pinto,

The Donald O. Pederson Center for Electronic System Design

Electrical Engineering Department

University of California, Berkeley

545P Cory Hall, Berkeley, CA 94720

+1 (510) 642 9670

http://www.eecs.berkeley.edu/~apinto

Version:
Id
Node.h,v 1.2 2008/08/21 23:46:05 apinto Exp

Constructor & Destructor Documentation

cosi::Node::Node (  ) 

cosi::Node::~Node (  )  [virtual]


Member Function Documentation

void cosi::Node::SetName ( string  pName  ) 

Sets the node name.

string cosi::Node::GetName (  ) 

Returns the node name.

void cosi::Node::SetType ( string  Type  ) 

Sets the node type.

string cosi::Node::GetType (  ) 

Returns the node type.


Member Data Documentation

string cosi::Node::mName [private]

string cosi::Node::mType [private]


The documentation for this class was generated from the following files:
Generated on Sun Sep 7 18:37:46 2008 for COSI by  doxygen 1.5.4
Contact 
©2002-2018 U.C. Regents