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