weka4ws.gui.kflow
Class DataSetEvent4WS
java.lang.Object
java.util.EventObject
weka.gui.beans.DataSetEvent
weka4ws.gui.kflow.DataSetEvent4WS
- All Implemented Interfaces:
- java.io.Serializable
- public class DataSetEvent4WS
- extends weka.gui.beans.DataSetEvent
Event encapsulating the source path from which the data set has been generated.
- Version:
- 1.0
- Author:
- Marco Lackovic
- See Also:
DataSetEvent
,
Serialized Form
Constructor Summary |
DataSetEvent4WS(java.lang.Object source,
weka.core.Instances dataSet,
java.lang.String filePath)
|
Methods inherited from class weka.gui.beans.DataSetEvent |
getDataSet, isStructureOnly |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataSetEvent4WS
public DataSetEvent4WS(java.lang.Object source,
weka.core.Instances dataSet,
java.lang.String filePath)
getFilePath
public java.lang.String getFilePath()