Exemplo n.º 1
0
 public void Init()
 {
     SeedingAlgorithmsUtil.RegisterForInputValues();
     seedAlgVar = new InputVar <SeedingAlgorithms>("SeedingAlgorithm");
 }
        //---------------------------------------------------------------------

        static InputParametersParser()
        {
            SeedingAlgorithmsUtil.RegisterForInputValues();
            RegisterForInputValues();
            Percentage dummy = new Percentage();
        }
        //---------------------------------------------------------------------

        static InputParametersParser()
        {
            SeedingAlgorithmsUtil.RegisterForInputValues();
        }