weka4ws.gui.kflow
Class DataSetEvent4WS

java.lang.Object
  extended byjava.util.EventObject
      extended byweka.gui.beans.DataSetEvent
          extended byweka4ws.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)
           
 
Method Summary
 java.lang.String getFilePath()
           
 
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
 

Constructor Detail

DataSetEvent4WS

public DataSetEvent4WS(java.lang.Object source,
                       weka.core.Instances dataSet,
                       java.lang.String filePath)
Method Detail

getFilePath

public java.lang.String getFilePath()