public class NumericColumn extends Column
TradeoffAnalytics
Column.ColumnType, Column.Goal
Constructor and Description |
---|
NumericColumn()
Instantiates a new date column.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getHigh()
Gets the high.
|
java.lang.Double |
getLow()
Gets the low.
|
NumericColumn |
range(java.lang.Double low,
java.lang.Double high)
Sets numeric range.
|
NumericColumn |
range(java.lang.Integer low,
java.lang.Integer high)
Sets numeric range.
|
fullName, getDescription, getFormat, getFullName, getGoal, getInsignificantLoss, getKey, getSignificantGain, getSignificantLoss, getType, goal, isObjective, key, objective, setDescription, setFormat, setFullName, setGoal, setInsignificantLoss, setKey, setObjective, setSignificantGain, setSignificantLoss, setType
equals, hashCode, toString
public java.lang.Double getHigh()
public java.lang.Double getLow()
public NumericColumn range(java.lang.Double low, java.lang.Double high)
low
- the lowhigh
- the highpublic NumericColumn range(java.lang.Integer low, java.lang.Integer high)
low
- the lowhigh
- the high