Uses of Class
adams.flow.container.SequencePlotterContainer
-
-
Uses of SequencePlotterContainer in adams.flow.control.plotprocessor
Methods in adams.flow.control.plotprocessor that return types with arguments of type SequencePlotterContainer Modifier and Type Method Description protected abstract List<SequencePlotterContainer>
AbstractPlotProcessor. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
Expression. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
LOWESS. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
PassThrough. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
SavitzkyGolay. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
SimpleSavitzkyGolay. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
AbstractPlotProcessor. postProcess(List<SequencePlotterContainer> conts)
Post-processes the provided containers.protected List<SequencePlotterContainer>
AbstractPlotProcessorWithBuffer. postProcess(List<SequencePlotterContainer> conts)
Post-processes the provided containers.List<SequencePlotterContainer>
AbstractPlotProcessor. process(SequencePlotterContainer cont)
Process the given container.Methods in adams.flow.control.plotprocessor with parameters of type SequencePlotterContainer Modifier and Type Method Description protected String
AbstractPlotProcessor. check(SequencePlotterContainer cont)
Checks the current container.protected abstract List<SequencePlotterContainer>
AbstractPlotProcessor. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
Expression. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
LOWESS. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
PassThrough. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
SavitzkyGolay. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected List<SequencePlotterContainer>
SimpleSavitzkyGolay. doProcess(SequencePlotterContainer cont)
Processes the provided container.protected String
AbstractPlotProcessor. getPlotName(SequencePlotterContainer cont)
Returns the plot name.protected void
AbstractPlotProcessor. preProcess(SequencePlotterContainer cont)
Hook method before processing the plot container.protected void
AbstractPlotProcessorWithBuffer. preProcess(SequencePlotterContainer cont)
Hook method before processing the plot container.List<SequencePlotterContainer>
AbstractPlotProcessor. process(SequencePlotterContainer cont)
Process the given container.Method parameters in adams.flow.control.plotprocessor with type arguments of type SequencePlotterContainer Modifier and Type Method Description protected List<SequencePlotterContainer>
AbstractPlotProcessor. postProcess(List<SequencePlotterContainer> conts)
Post-processes the provided containers.protected List<SequencePlotterContainer>
AbstractPlotProcessorWithBuffer. postProcess(List<SequencePlotterContainer> conts)
Post-processes the provided containers. -
Uses of SequencePlotterContainer in adams.flow.sink.sequenceplotter
Methods in adams.flow.sink.sequenceplotter with parameters of type SequencePlotterContainer Modifier and Type Method Description protected boolean
NamedPlotUpdater. canNotify(SequencePlotterPanel panel, SequencePlotterContainer cont)
Checks whether all conditions are met to notify the listeners for changes in the plot.protected boolean
SimplePlotUpdater. canNotify(SequencePlotterPanel panel, SequencePlotterContainer cont)
Checks whether all conditions are met to notify the listeners for changes in the plot. -
Uses of SequencePlotterContainer in adams.flow.transformer
Fields in adams.flow.transformer with type parameters of type SequencePlotterContainer Modifier and Type Field Description protected List<SequencePlotterContainer>
WekaInstanceStreamPlotGenerator. m_Containers
the generated containers.protected List<SequencePlotterContainer>
MakeForecastPlotContainer. m_Queue
the containers to output. -
Uses of SequencePlotterContainer in adams.flow.transformer.plotgenerator
Methods in adams.flow.transformer.plotgenerator that return types with arguments of type SequencePlotterContainer Modifier and Type Method Description protected abstract List<SequencePlotterContainer>
AbstractPlotGenerator. doGenerate(SpreadSheet sheet)
Performs the actual generation of containers.protected List<SequencePlotterContainer>
AndrewsCurvesGenerator. doGenerate(SpreadSheet sheet)
Performs the actual generation of containers.protected List<SequencePlotterContainer>
NamedPlotGenerator. doGenerate(SpreadSheet sheet)
Performs the actual generation of containers.protected List<SequencePlotterContainer>
RowWisePlotGenerator. doGenerate(SpreadSheet sheet)
Performs the actual generation of containers.protected List<SequencePlotterContainer>
SimplePlotGenerator. doGenerate(SpreadSheet sheet)
Performs the actual generation of containers.protected List<SequencePlotterContainer>
XYPlotGenerator. doGenerate(SpreadSheet sheet)
Performs the actual generation of containers.protected List<SequencePlotterContainer>
XYWithErrorsPlotGenerator. doGenerate(SpreadSheet sheet)
Performs the actual generation of containers.List<SequencePlotterContainer>
AbstractPlotGenerator. generate(SpreadSheet sheet)
Generates plot containers from the provided spreadsheet. -
Uses of SequencePlotterContainer in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return SequencePlotterContainer Modifier and Type Method Description protected SequencePlotterContainer[]
SamplePlot. doGenerateOutput(WekaEvaluationContainer[] conts)
Generates the data.
-