|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dfg.oc.logfileanalyzer.ComparisonDataSet
public class ComparisonDataSet
Contains the minimum, maximum, and the currently selected value of a table
column. This data can be displayed in a ComparisonFrame
.
Field Summary | |
---|---|
private String |
columnName
The name of the table column. |
private double |
max
The maximum value contained in the column. |
private double |
min
The minimum value contained in the column. |
private double |
selected
The value of this currently selected classifier. |
Constructor Summary | |
---|---|
ComparisonDataSet(String _columnName,
double _min,
double _max,
double _selected)
|
Method Summary | |
---|---|
String |
getColumnName()
Returns the name of the table column. |
double |
getMax()
Returns the maximum value contained in the column. |
double |
getMin()
Returns the minimum value contained in the column. |
double |
getSelected()
Returns the value of this currently selected classifier. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private String columnName
private double min
private double max
private double selected
Constructor Detail |
---|
public ComparisonDataSet(String _columnName, double _min, double _max, double _selected)
Method Detail |
---|
public double getMin()
public double getMax()
public double getSelected()
public String getColumnName()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |