|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.bioinf.rnaprediction.NucleotidePair
public class NucleotidePair
Constructor Summary | |
---|---|
NucleotidePair(int index5prime,
char base5prime,
int index3prime,
char base3prime)
|
|
NucleotidePair(int index5prime,
int index3prime)
|
Method Summary | |
---|---|
int |
compareTo(NucleotidePair o)
|
boolean |
containedInside(NucleotidePair other)
Returns true if this pair is 'inside' or 'internal' pair of other pair. |
boolean |
contains(NucleotidePair other)
Returns true if other pair is 'inside' or 'internal' to this pair. |
boolean |
equals(Object obj)
|
char |
get3primeBase()
|
int |
get3primeIndex()
|
char |
get5primeBase()
|
int |
get5primeIndex()
|
int |
hashCode()
|
boolean |
isPseudoknot(NucleotidePair other)
Returns true if the base pairs form a pseudoknot formation. |
boolean |
shareBase(NucleotidePair other)
Returns true if the pairs contains the same base. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NucleotidePair(int index5prime, char base5prime, int index3prime, char base3prime)
public NucleotidePair(int index5prime, int index3prime)
Method Detail |
---|
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
public int compareTo(NucleotidePair o)
compareTo
in interface Comparable<NucleotidePair>
public int get5primeIndex()
public int get3primeIndex()
public char get5primeBase()
public char get3primeBase()
public boolean shareBase(NucleotidePair other)
other
-
public boolean containedInside(NucleotidePair other)
other
-
public boolean contains(NucleotidePair other)
other
-
public boolean isPseudoknot(NucleotidePair other)
other
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |