com.rapidminer.operator.nio.model
Class WizardState

java.lang.Object
  extended by com.rapidminer.operator.nio.model.WizardState

public class WizardState
extends java.lang.Object

The complete state of a data import wizard. Steps of the wizard communicate through this interface.

Author:
Simon Fischer

Constructor Summary
WizardState(AbstractDataResultSetReader operator, DataResultSetFactory dataResultSetFactory)
           
 
Method Summary
 DataResultSetFactory getDataResultSetFactory()
           
 int getNumberOfPreviewRows()
           
 AbstractDataResultSetReader getOperator()
           
 DataResultSetTranslationConfiguration getTranslationConfiguration()
           
 DataResultSetTranslator getTranslator()
           
 ExampleSet readNow(DataResultSet dataResultSet, boolean previewOnly, ProgressListener progressListener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardState

public WizardState(AbstractDataResultSetReader operator,
                   DataResultSetFactory dataResultSetFactory)
Method Detail

getTranslator

public DataResultSetTranslator getTranslator()

getTranslationConfiguration

public DataResultSetTranslationConfiguration getTranslationConfiguration()

getDataResultSetFactory

public DataResultSetFactory getDataResultSetFactory()

readNow

public ExampleSet readNow(DataResultSet dataResultSet,
                          boolean previewOnly,
                          ProgressListener progressListener)
                   throws OperatorException
Throws:
OperatorException

getNumberOfPreviewRows

public int getNumberOfPreviewRows()

getOperator

public AbstractDataResultSetReader getOperator()


Copyright © 2001-2009 by Rapid-I