|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
weka.gui.beans.DataSetEvent
Event encapsulating a data set
EventObject
,
Serialized FormField Summary | |
private Instances |
m_dataSet
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
DataSetEvent(java.lang.Object source,
Instances dataSet)
|
Method Summary | |
Instances |
getDataSet()
Return the instances of the data set |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private Instances m_dataSet
Constructor Detail |
public DataSetEvent(java.lang.Object source, Instances dataSet)
Method Detail |
public Instances getDataSet()
Instances
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |