org.knime.base.node.viz.enrichment
Class EnrichmentPlotterSettings.Curve
java.lang.Object
org.knime.base.node.viz.enrichment.EnrichmentPlotterSettings.Curve
- Enclosing class:
- EnrichmentPlotterSettings
public static class EnrichmentPlotterSettings.Curve
- extends Object
A simple container that holds the necessary information for specifying a
curve that should be plotted.
- Author:
- Thorsten Meinl, University of Konstanz
EnrichmentPlotterSettings.Curve
public EnrichmentPlotterSettings.Curve(String sortColumn,
String hitColumn,
boolean sortDescending)
- Creates a new Curve object.
- Parameters:
sortColumn
- the column by which the table should be sortedhitColumn
- the column with the hit valuessortDescending
- true
if the
sortColumn
should be sorted descending,
false
if it should be sorted ascending
equals
public boolean equals(Object o)
-
- Overrides:
equals
in class Object
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class Object
getSortColumn
public String getSortColumn()
- Returns:
- the sortColumn
getActivityColumn
public String getActivityColumn()
- Returns:
- the column containing the activity or cluster values
isSortDescending
public boolean isSortDescending()
- Returns:
- the sortDescending
toString
public String toString()
-
- Overrides:
toString
in class Object
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.