Skip to content

Commit c9a1dd9

Browse files
luke czaplaluke czapla
authored andcommitted
JavaDoc
1 parent 53fb6c1 commit c9a1dd9

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs/BasePairParameters.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
*
1818
* http://www.biojava.org/
1919
*
20-
* Created on 07-20-2017
21-
*
22-
* @author Luke Czapla
2320
*
2421
*/
2522
package org.biojava.nbio.structure.basepairs;

biojava-structure/src/main/java/org/biojava/nbio/structure/basepairs/TertiaryBasePairParameters.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
/**
3636
* This class also finds the base pairing and base-pair step parameters but has a broader definition
3737
* of a base pair so that non-canonical-WC base pairs will be detected and reported. This is useful
38-
* for RNA that has folded into different regions, and higher order DNA structures.
38+
* for RNA that has folded into different regions, and into higher order DNA structures. Intra-strand
39+
* pairings are considered in this class (but in not the base class or MismatchedBasePairParameters class)
3940
* @author Luke Czapla
4041
* @since 5.0.0
4142
*
@@ -106,7 +107,7 @@ public static double getMaxStagger() {
106107
}
107108

108109
/**
109-
*
110+
* Set the maximum stagger allowed for a base pair, prior to analyze() call
110111
* @param maxStagger The maximum stagger allowed to consider two bases paired
111112
*/
112113
public static void setMaxStagger(double maxStagger) {
@@ -119,7 +120,7 @@ public static double getMaxPropeller() {
119120
}
120121

121122
/**
122-
*
123+
* Set the maximum propeller allowed for a base pair, prior to analyze() call
123124
* @param maxPropeller The maximum propeller (a.k.a. "propeller-twist") allowed to consider two bases paired
124125
*/
125126
public static void setMaxPropeller(double maxPropeller) {

0 commit comments

Comments
 (0)