com.rapidminer.operator.nio.model
Class WizardState
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WizardState
public WizardState(AbstractDataResultSetReader operator,
DataResultSetFactory dataResultSetFactory)
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