weka4ws.service.impl
Interface ServiceParameters

All Known Subinterfaces:
ServiceTestParameters
All Known Implementing Classes:
AssociationRulesParameters, ClassificationParameters, ClusteringParameters

public interface ServiceParameters

Author:
Marco Lackovic

Method Summary
 weka4ws.stubs.service.Algorithm getAlgorithm()
           
 weka4ws.stubs.service.Dataset getDataset()
           
 long getTaskID()
           
 boolean isLogging()
           
 

Method Detail

getTaskID

public long getTaskID()

getAlgorithm

public weka4ws.stubs.service.Algorithm getAlgorithm()

getDataset

public weka4ws.stubs.service.Dataset getDataset()

isLogging

public boolean isLogging()