public void ReplaceobjectiveMeasureWeightAt(weightType newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "objectiveMeasureWeight", index, newValue.ToString()); }
public void AddobjectiveMeasureWeight(weightType newValue) { AppendDomChild(NodeType.Attribute, "", "objectiveMeasureWeight", newValue.ToString()); }