Package 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.EventObjectEvent encapsulating a data set- Version:
- $Revision: 1.4 $
- Author:
- Mark Hall
- See Also:
EventObject, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSetEvent(java.lang.Object source, Instances dataSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancesgetDataSet()Return the instances of the data setbooleanisStructureOnly()Returns true if the encapsulated instances contain just header information
-
-
-
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
Instancesvalue
-
isStructureOnly
public boolean isStructureOnly()
Returns true if the encapsulated instances contain just header information- Returns:
- true if only header information is available in this DataSetEvent
-
-