Package weka.gui.beans
Class DataSetEvent
java.lang.Object
java.util.EventObject
weka.gui.beans.DataSetEvent
- All Implemented Interfaces:
Serializable
Event encapsulating a data set
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the instances of the data setboolean
Returns true if the encapsulated instances contain just header informationMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DataSetEvent
-
-
Method Details
-
getDataSet
Return the instances of the data set- Returns:
- an
Instances
value
-
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
-