|
cosi::NodeLinkLibrary Class Reference#include <NodeLinkLibrary.h>
List of all members.
Detailed Description
A library contains nodes and links.
- 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
- NodeLinkLibrary.h,v 1.2 2008/08/21 23:46:05 apinto Exp
Constructor & Destructor Documentation
cosi::NodeLinkLibrary::NodeLinkLibrary |
( |
|
) |
|
cosi::NodeLinkLibrary::NodeLinkLibrary |
( |
string |
pName |
) |
|
cosi::NodeLinkLibrary::~NodeLinkLibrary |
( |
|
) |
[virtual] |
Member Function Documentation
string cosi::NodeLinkLibrary::GetName |
( |
|
) |
|
void cosi::NodeLinkLibrary::SetName |
( |
string |
pName |
) |
|
void cosi::NodeLinkLibrary::AddNode |
( |
Node |
pN |
) |
|
void cosi::NodeLinkLibrary::AddLink |
( |
Link |
pL |
) |
|
void cosi::NodeLinkLibrary::AddBiLink |
( |
string |
pName, |
|
|
Link |
pL1, |
|
|
Link |
pL2 | |
|
) |
| | |
void cosi::NodeLinkLibrary::AddBiLink |
( |
BiLink |
pL |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
Generated on Sun Sep 7 18:37:46 2008 for COSI by
1.5.4
|