public abstract class BaseSimpleDataVisualizer extends BaseStep implements DataCollector
| Constructor and Description |
|---|
BaseSimpleDataVisualizer() |
| Modifier and Type | Method and Description |
|---|---|
List<Data> |
getDatasets()
Get the datasets seen so far
|
List<String> |
getIncomingConnectionTypes()
Get a list of incoming connection types that this step can accept at this
time
|
List<String> |
getOutgoingConnectionTypes()
Get a list of outgoing connection types that this step can produce at this
time.
|
void |
processIncoming(Data data)
Process incoming data
|
void |
restoreData(Object data)
Set the data for this collector
|
Object |
retrieveData()
Get the data that this collector has collected
|
void |
stepInit()
Initialize the step.
|
environmentSubstitute, getCustomEditorForStep, getDefaultSettings, getInteractiveViewers, getInteractiveViewersImpls, getName, getStepManager, globalInfo, isResourceIntensive, isStopRequested, outputStructureForConnectionType, setName, setStepIsResourceIntensive, setStepManager, start, stoppublic void stepInit()
throws WekaException
StepstepInit in interface BaseStepExtenderstepInit in interface StepWekaException - if a problem occurs during initializationpublic void processIncoming(Data data)
processIncoming in interface BaseStepExtenderprocessIncoming in interface StepprocessIncoming in class BaseStepdata - the data to processpublic List<String> getIncomingConnectionTypes()
getIncomingConnectionTypes in interface BaseStepExtendergetIncomingConnectionTypes in interface Steppublic List<String> getOutgoingConnectionTypes()
getOutgoingConnectionTypes in interface BaseStepExtendergetOutgoingConnectionTypes in interface Steppublic List<Data> getDatasets()
public Object retrieveData()
DataCollectorretrieveData in interface DataCollectorpublic void restoreData(Object data) throws WekaException
DataCollectorrestoreData in interface DataCollectordata - the data to setWekaException - if there is a problem restoring dataCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.