My Project
 All Classes Namespaces Functions
mental_maps.Graph Class Reference

Public Member Functions

 Graph (int nodesNum, int edgesNum)
 
void addVertex (Vertex vrchol)
 
Vertex getVerticeByIndex (int index)
 
List< VertexgetVertices ()
 
void removeVertex (int index)
 
void addEdge (int index1, int index2)
 
List< EdgegetEdges ()
 

Public Attributes

List< Vertexvertices = new List<Vertex>()
 
List< Edgeedges = new List<Edge>()
 

The documentation for this class was generated from the following file: