Пример #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;
 }
			private void  InitBlock(org._3pq.jgrapht.VertexFactory vertexFactory, System.Collections.ICollection rim, WheelGraphGenerator enclosingInstance)
			{
				this.vertexFactory = vertexFactory;
				this.rim = rim;
				this.enclosingInstance = enclosingInstance;
			}
Пример #3
0
 public AnonymousClassVertexFactory(org._3pq.jgrapht.VertexFactory vertexFactory, System.Collections.ICollection rim, WheelGraphGenerator enclosingInstance)
 {
     InitBlock(vertexFactory, rim, enclosingInstance);
 }
			public AnonymousClassVertexFactory(org._3pq.jgrapht.VertexFactory vertexFactory, System.Collections.ICollection rim, WheelGraphGenerator enclosingInstance)
			{
				InitBlock(vertexFactory, rim, enclosingInstance);
			}