Main Page
|
Namespace List
|
Class Hierarchy
|
Alphabetical List
|
Class List
|
Directories
|
File List
|
Class Members
|
Related Pages
Graph
::
Node
Graph::Node Class Reference
List of all members.
Public Member Functions
Node
(string value)
Node
Find
(string value)
void
Add
(
Node
node)
bool
HasConnections
()
Public Attributes
ArrayList
Connections
= new ArrayList()
string
Value
Constructor & Destructor Documentation
Graph::Node::Node
(
string
value
)
[inline]
Member Function Documentation
void Graph::Node::Add
(
Node
node
)
[inline]
Node
Graph::Node::Find
(
string
value
)
[inline]
bool Graph::Node::HasConnections
(
)
[inline]
Member Data Documentation
ArrayList
Graph::Node::Connections
= new ArrayList()
string
Graph::Node::Value
The documentation for this class was generated from the following file:
Graph.cs