Output output = (Output)globalOutputs.get(ref);
if (output == null)
throw new InvalidModuleException("Reference to output '" + ref + "' was made, but output was not found in supplied output list");
else
return (Output)output.clone();
}
//parse regular:
String paramName = element.getAttributeValue("name");
if (paramName == null)