Ejemplo n.º 1
0
 public CustomRunnable(string agName, Structure action, Environment e, EnvironmentInfraTier envInfraTier, object infraData)
 {
     this.agName       = agName;
     this.action       = action;
     this.e            = e;
     this.envInfraTier = envInfraTier;
     this.infraData    = infraData;
 }
Ejemplo n.º 2
0
 /**
  * Sets the infrastructure tier of the environment (saci, jade, centralised, ...)
  */
 public void SetEnvironmentInfraTier(EnvironmentInfraTier je)
 {
     environmentInfraTier = je;
 }