batchDirector = d;
return d;
}
public Director getBatchDirectorClone() throws CloneNotSupportedException {
Director d = (Director) batchDirector.clone(WORKSPACE);
// batch directors should not appear in the cfg panels
// GenericHMI.showModelForm(...) checks for the presence of this attribute.
// when present : cfg panel is not created
try {
new Attribute(d,"__not_configurable");