Uses of Class
weka4ws.core.RemoteTask

Packages that use RemoteTask
weka4ws.core   
weka4ws.gui.explorer   
 

Uses of RemoteTask in weka4ws.core
 

Subclasses of RemoteTask in weka4ws.core
 class RemoteAssociator
           
 class RemoteClassifier
           
 class RemoteClusterer
          Handles the computation of a remote clusterer.
 class RemoteTestTask
           
 

Uses of RemoteTask in weka4ws.gui.explorer
 

Methods in weka4ws.gui.explorer that return RemoteTask
 RemoteTask ResultHistoryPanel.getSelectedRemoteTask()
           
 

Methods in weka4ws.gui.explorer with parameters of type RemoteTask
 void ResultHistoryPanel.addResult(java.lang.String name, java.lang.StringBuffer result, RemoteTask remoteTask, java.lang.Thread thread)
          Adds a new result to the result list.