it.eng.spagobi.engines.weka.configurators
Class FilterConfigurator

java.lang.Object
  extended by it.eng.spagobi.engines.weka.configurators.AbstractWekaBeanConfigurator
      extended by it.eng.spagobi.engines.weka.configurators.FilterConfigurator
All Implemented Interfaces:
WekaBeanConfigurator

public class FilterConfigurator
extends AbstractWekaBeanConfigurator

Author:
Gioia

Constructor Summary
FilterConfigurator()
           
 
Method Summary
 void setup(Filter bean)
          Sets the up.
 void setup(java.lang.Object bean)
          Sets the up.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterConfigurator

public FilterConfigurator()
Method Detail

setup

public void setup(Filter bean)
           throws java.lang.Exception
Sets the up.

Parameters:
bean - the new up
Throws:
java.lang.Exception - the exception

setup

public void setup(java.lang.Object bean)
           throws java.lang.Exception
Description copied from interface: WekaBeanConfigurator
Sets the up.

Parameters:
bean - the new up
Throws:
java.lang.Exception - the exception