コード例 #1
0
 public BaseRepFactor(BaseRepFactor b)
 {
     bindVar    = (Variable)(b.bindVar.Copy());
     minLenTerm = b.minLenTerm.Copy();
     maxLenTerm = b.maxLenTerm.Copy();
 }
コード例 #2
0
 public BaseRepFactor (BaseRepFactor b)
 {
   bindVar = (Variable)(b.bindVar.Copy ());
   minLenTerm = b.minLenTerm.Copy ();
   maxLenTerm = b.maxLenTerm.Copy ();
 }