weka.gui.beans
Class DataSetEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byweka.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

Field 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

m_dataSet

private Instances m_dataSet
Constructor Detail

DataSetEvent

public DataSetEvent(java.lang.Object source,
                    Instances dataSet)
Method Detail

getDataSet

public Instances getDataSet()
Return the instances of the data set

Returns:
an Instances value