コード例 #1
0
 public HeuristicScheduler(HeuristicContext heuristicContext)
 {
     this.ctx = heuristicContext;
 }
コード例 #2
0
        //private Context context;

        public HeuristicScheduler(Context context)
        {
            this.ctx = new HeuristicContext(context);
        }