public class ThresholdDataEvent
extends java.util.EventObject
EventObject
,
Serialized FormConstructor and Description |
---|
ThresholdDataEvent(java.lang.Object source,
PlotData2D dataSet) |
ThresholdDataEvent(java.lang.Object source,
PlotData2D dataSet,
Attribute classAtt) |
Modifier and Type | Method and Description |
---|---|
Attribute |
getClassAttribute()
Return the class attribute for which the threshold data was generated
for.
|
PlotData2D |
getDataSet()
Return the instances of the data set
|
public ThresholdDataEvent(java.lang.Object source, PlotData2D dataSet)
public ThresholdDataEvent(java.lang.Object source, PlotData2D dataSet, Attribute classAtt)
public PlotData2D getDataSet()
Instances
valuepublic Attribute getClassAttribute()