Class Graph<V extends IVertex>
- java.lang.Object
 - 
- jetbrains.mps.make.dependencies.graph.Graph<V>
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Graph() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(V vertex)adds the vertex and its neighbours to the graphSet<V>getData()intgetNVertexes()return the number of vertices in the graphStringtoString() 
 -