@XmlElementWrapper(name = "inputs")
 @XmlElement(name = "variable")
 public List<Variable> getInputSet() {
   return src.getInputSet();
 }