Ejemplo n.º 1
0
 private void  InitBlock(org._3pq.jgrapht.VertexFactory vertexFactory, System.Collections.ICollection rim, WheelGraphGenerator enclosingInstance)
 {
     this.vertexFactory     = vertexFactory;
     this.rim               = rim;
     this.enclosingInstance = enclosingInstance;
 }
Ejemplo n.º 2
0
 public AnonymousClassVertexFactory(org._3pq.jgrapht.VertexFactory vertexFactory, System.Collections.ICollection rim, WheelGraphGenerator enclosingInstance)
 {
     InitBlock(vertexFactory, rim, enclosingInstance);
 }