@@ -63,7 +63,7 @@ public void addAlignedSequence(S sequence){
6363 /**
6464 * Remove a sequence
6565 * @param sequence
66- * @return
66+ * @return flag
6767 */
6868 public boolean removeAlignedSequence (S sequence ){
6969 return sequences .remove (sequence );
@@ -73,7 +73,7 @@ public boolean removeAlignedSequence(S sequence){
7373 /**
7474 * Uses bioIndex starting at 1 instead of 0
7575 * @param listIndex
76- * @return
76+ * @return sequence
7777 */
7878
7979
@@ -84,7 +84,7 @@ public S getAlignedSequence(int listIndex) {
8484
8585 /**
8686 * Get the list of sequences
87- * @return
87+ * @return list of sequences
8888 */
8989 @ Override
9090 public List <S > getAlignedSequences () {
@@ -94,7 +94,7 @@ public List<S> getAlignedSequences() {
9494 /**
9595 * Get a list of compounds at a sequence position
9696 * @param alignmentIndex
97- * @return
97+ * @return compounds
9898 */
9999 @ Override
100100 public List <C > getCompoundsAt (int alignmentIndex ) {
@@ -107,7 +107,7 @@ public List<C> getCompoundsAt(int alignmentIndex) {
107107
108108 /**
109109 * Get the Compounds defined in the first sequence
110- * @return
110+ * @return get compound set
111111 */
112112 @ Override
113113 public CompoundSet <C > getCompoundSet () {
@@ -117,7 +117,7 @@ public CompoundSet<C> getCompoundSet() {
117117 /**
118118 * Get the length of the MSA where it is assumed that
119119 * all sequence position
120- * @return
120+ * @return length of MSA
121121 */
122122 @ Override
123123 public int getLength () {
@@ -126,7 +126,7 @@ public int getLength() {
126126
127127 /**
128128 * Get the number of sequences in the MSA
129- * @return
129+ * @return nr of sequences
130130 */
131131 @ Override
132132 public int getSize () {
@@ -136,7 +136,7 @@ public int getSize() {
136136 /**
137137 * Get a string representation of the MSA with a fixed width
138138 * @param width
139- * @return
139+ * @return String
140140 */
141141 @ Override
142142 public String toString (int width ) {
@@ -146,7 +146,7 @@ public String toString(int width) {
146146 /**
147147 * Support for different MSA formats
148148 * @param format
149- * @return
149+ * @return String in one of the supported file formats.
150150 */
151151 @ Override
152152 public String toString (StringFormat format ) {
@@ -169,7 +169,7 @@ public String toString(StringFormat format) {
169169
170170 /**
171171 * String representation of the MSA
172- * @return
172+ * @return String
173173 */
174174
175175 @ Override
@@ -188,7 +188,7 @@ public String toString() {
188188 * @param aligIndices
189189 * @param aligConservation
190190 * @param webDisplay
191- * @return
191+ * @return String
192192 */
193193 // creates formatted String
194194 private String toString (int width , String header , String idFormat , boolean interlaced , boolean aligIndices ,
0 commit comments