Ejemplo n.º 1
0
 protected override IProcessor GetProcessor()
 {
   var options = new TCGATreeBuilderOptions()
   {
     OutputDirectory = targetDir.FullName
   }; 
   return new TCGATreeBuilder(options);
 }
        protected override IProcessor GetProcessor()
        {
            var options = new TCGATreeBuilderOptions()
            {
                OutputDirectory = targetDir.FullName
            };

            return(new TCGATreeBuilder(options));
        }
Ejemplo n.º 3
0
 public TCGATreeBuilder(TCGATreeBuilderOptions options)
 {
   this.options = options;
 }
 public TCGATreeBuilder(TCGATreeBuilderOptions options)
 {
     this.options = options;
 }