コード例 #1
0
 public static GAPopulationManager getInstance()
 {
     if (mGAPoputionManager == null)
     {
         mGAPoputionManager = new GAPopulationManager();
     }
     return(mGAPoputionManager);
 }
コード例 #2
0
 // add myself in GAPopulation class
 public void AddMySelf()
 {
     GAPopulationManager.getInstance().Add(this);
 }