weka.gui.beans
Class DataSetEvent
java.lang.Object
|
+--java.util.EventObject
|
+--weka.gui.beans.DataSetEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class DataSetEvent
- extends java.util.EventObject
Event encapsulating a data set
- Version:
- $Revision: 1.1 $
- Author:
- Mark Hall
- See Also:
EventObject
,
Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataSetEvent
public DataSetEvent(java.lang.Object source,
Instances dataSet)
getDataSet
public Instances getDataSet()
- Return the instances of the data set
- Returns:
- an
Instances
value
Copyright (c)
2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London