コード例 #1
0
 /// <summary>
 /// Modified.
 /// Clears the SequenceAlignment
 /// Throws exception if SequenceAlignment is read only.
 /// </summary>
 public new void Clear()
 {
     Sequences.Clear();
     Consensus = null;
     _score    = 0;
     ProfilesMatrix.Clear();
 }
コード例 #2
0
 /// <summary>
 /// Modified.
 /// Clears the SequenceAlignment
 /// Throws exception if SequenceAlignment is read only.
 /// </summary>
 public override void Clear()
 {
     base.Clear();
     this.Score = 0;
     ProfilesMatrix.Clear();
 }