Exemplo n.º 1
0
        //default parameter sync = false
        public override BehaviorExecution createBehaviorExecution(InstanceSpecification host, Dictionary <string, ValueSpecification> p, bool sync)
        {
            ActivityBehaviorExecution be = new ActivityBehaviorExecution(this, host, p, sync);

            return(be);
        }
Exemplo n.º 2
0
 //default parameter sync = false
 public override BehaviorExecution createBehaviorExecution(InstanceSpecification host, Dictionary<string, ValueSpecification> p, bool sync)
 {
     ActivityBehaviorExecution be = new ActivityBehaviorExecution(this, host, p, sync);
     return be;
 }