weka4ws.gui.kflow
Class TrainingSetEvent4WS

java.lang.Object
  extended byjava.util.EventObject
      extended byweka.gui.beans.TrainingSetEvent
          extended byweka4ws.gui.kflow.TrainingSetEvent4WS
All Implemented Interfaces:
java.io.Serializable

public class TrainingSetEvent4WS
extends weka.gui.beans.TrainingSetEvent

Event encapsulating the source path from which the training set has been generated.

Version:
1.0
Author:
Marco Lackovic
See Also:
TrainingSetEvent, Serialized Form

Constructor Summary
TrainingSetEvent4WS(java.lang.Object source, weka.core.Instances trainSet)
          Creates a new TrainingSetEvent
 
Method Summary
 java.lang.String getFilePath()
           
 int getSeed()
           
 weka4ws.stubs.service.TestOptions getTestOptions()
           
 void setFilePath(java.lang.String filePath)
           
 void setMaxSetNumber(int setNumber)
           
 void setSeed(int seed)
           
 void setSetNumber(int number)
           
 void setTestOptions(weka4ws.stubs.service.TestOptions testOptions)
           
 
Methods inherited from class weka.gui.beans.TrainingSetEvent
getMaxSetNumber, getSetNumber, getTrainingSet, 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

TrainingSetEvent4WS

public TrainingSetEvent4WS(java.lang.Object source,
                           weka.core.Instances trainSet)
Creates a new TrainingSetEvent

Parameters:
source - the source of the event
trainSet - the training instances
Method Detail

getFilePath

public java.lang.String getFilePath()

setFilePath

public void setFilePath(java.lang.String filePath)

setMaxSetNumber

public void setMaxSetNumber(int setNumber)

setSetNumber

public void setSetNumber(int number)

getTestOptions

public weka4ws.stubs.service.TestOptions getTestOptions()

setTestOptions

public void setTestOptions(weka4ws.stubs.service.TestOptions testOptions)

setSeed

public void setSeed(int seed)

getSeed

public int getSeed()