public abstract class BaseSimpleDataVisualizer extends BaseStep implements DataCollector
| Constructor and Description |
|---|
BaseSimpleDataVisualizer() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Data> |
getDatasets()
Get the datasets seen so far
|
java.util.List<java.lang.String> |
getIncomingConnectionTypes()
Get a list of incoming connection types that this step can accept at this
time
|
java.util.List<java.lang.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(java.lang.Object data)
Set the data for this collector
|
java.lang.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) throws WekaException
processIncoming in interface BaseStepExtenderprocessIncoming in interface StepprocessIncoming in class BaseStepdata - the data to processWekaException - if a problem occurspublic java.util.List<java.lang.String> getIncomingConnectionTypes()
getIncomingConnectionTypes in interface BaseStepExtendergetIncomingConnectionTypes in interface Steppublic java.util.List<java.lang.String> getOutgoingConnectionTypes()
getOutgoingConnectionTypes in interface BaseStepExtendergetOutgoingConnectionTypes in interface Steppublic java.util.List<Data> getDatasets()
public java.lang.Object retrieveData()
DataCollectorretrieveData in interface DataCollectorpublic void restoreData(java.lang.Object data)
throws WekaException
DataCollectorrestoreData in interface DataCollectordata - the data to setWekaException - if there is a problem restoring data