static void AddTermToGoalTerm(SfServ.Term term)
 {
     if (null == (object)goalTerm)
     {
         goalTerm = term;
     }
     else
     {
         goalTerm += term;
     }
 }
 internal SfVariable(SfServ.Decision d)
 {
     this.Decision = d;
 }