userinterface.gui
Class MultiTupel

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

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


Constructor Summary
MultiTupel(int index, java.util.ArrayList<java.lang.Double> values)
          Constructs a MultiTuple with one index and a set of values for this index
 
Method Summary
 int compareTo(java.lang.Object o)
           
 int getIndex()
          Returns the index entry of a tuple
 java.util.ArrayList<java.lang.Double> getValues()
          Returns the value list of a tuple
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiTupel

public MultiTupel(int index,
                  java.util.ArrayList<java.lang.Double> values)
Constructs a MultiTuple with one index and a set of values for this index

Parameters:
index - The index of the entry
values - The list of values of the entry
Method Detail

compareTo

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

getIndex

public int getIndex()
Returns the index entry of a tuple

Returns:
The index entry

getValues

public java.util.ArrayList<java.lang.Double> getValues()
Returns the value list of a tuple

Returns:
The value list of an entry