gui
Class Tupel

java.lang.Object
  extended by gui.Tupel
All Implemented Interfaces:
java.lang.Comparable<java.lang.Object>

public class Tupel
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>


Constructor Summary
Tupel(double uracil, double log)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 double getLog()
           
 double getUracil()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tupel

public Tupel(double uracil,
             double log)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable<java.lang.Object>

getLog

public double getLog()

getUracil

public double getUracil()