weka4ws.core
Class AssociationRulesParameters

java.lang.Object
  extended byweka4ws.stubs.service.AssociationRulesParameters
      extended byweka4ws.core.AssociationRulesParameters
All Implemented Interfaces:
RemoteParameters, java.io.Serializable

public class AssociationRulesParameters
extends weka4ws.stubs.service.AssociationRulesParameters
implements RemoteParameters

Dummy class useful to make it possible to use parameters inside the RemoteMining abstract class.

Author:
Marco Lackovic
See Also:
Serialized Form

Constructor Summary
AssociationRulesParameters()
           
 
Methods inherited from class weka4ws.stubs.service.AssociationRulesParameters
equals, getAlgorithm, getDataset, getDeserializer, getSerializer, getTaskID, getTypeDesc, hashCode, isLogging, setAlgorithm, setDataset, setLogging, setTaskID
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface weka4ws.core.RemoteParameters
getAlgorithm, setAlgorithm, setDataset, setLogging, setTaskID
 

Constructor Detail

AssociationRulesParameters

public AssociationRulesParameters()