|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuserinterface.gui.Tupel
public class Tupel
Class to save a tuple of two values that can be sorted numerically over the second value
Constructor Summary | |
---|---|
Tupel(double uracil,
double log)
Constructs a tuple containing a number of uracils and the log(e'/n') for one spot |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
double |
getLog()
Returns the log(e'/n') for the tuple |
double |
getUracil()
Returns the uracil number for the tuple |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tupel(double uracil, double log)
uracil
- The number of uracilslog
- The log(e'/n')Method Detail |
---|
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public double getLog()
public double getUracil()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |