public abstract class OutputConverterPlugIn extends AbstractConverterPlugIn
StreamOutputSynapse
.pluginListeners
Constructor and Description |
---|
OutputConverterPlugIn()
Constructor of CoverterPlugIn.
|
OutputConverterPlugIn(java.lang.String anAdvancedSerieSelector)
Constructor of CoverterPlugIn.
|
Modifier and Type | Method and Description |
---|---|
void |
addOutputPluginListener(OutputPluginListener aListener)
Deprecated.
|
protected abstract void |
convert_pattern(int serie)
Applies the preprocessing on the Nth serie of the data.
|
void |
convertAllPatterns()
Deprecated.
|
void |
convertPattern()
Applies the preprocessing on the patterns contained in the conv_patterns
|
protected Pattern |
getPattern()
Gets the pattern that will be converted.
|
void |
removeOutputPluginListener(OutputPluginListener aListener)
Deprecated.
|
void |
setPattern(Pattern newPattern)
Sets the current pattern to convert.
|
addPlugIn, addPlugInListener, apply, applyOnColumns, applyOnRows, cascade, check, convert, convertPatterns, dataChanged, fireDataChanged, getAdvancedSerieSelector, getInputVector, getName, getNextPlugIn, getPluginListeners, getSerieIndexNumber, getSerieSelected, getValuePoint, isConnected, removeAllPlugIns, removePlugInListener, setAdvancedSerieSelector, setConnected, setInputVector, setName, setNextPlugin, setNextPlugIn
public OutputConverterPlugIn()
public OutputConverterPlugIn(java.lang.String anAdvancedSerieSelector)
anAdvancedSerieSelector
- AbstractConverterPlugIn.AbstractConverterPlugIn(String)
protected abstract void convert_pattern(int serie)
serie
- the serie to be convertedpublic void convertPattern() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void convertAllPatterns() throws java.lang.NumberFormatException
AbstractConverterPlugIn.convertPatterns()
java.lang.NumberFormatException
protected Pattern getPattern()
public void setPattern(Pattern newPattern)
newPattern
- The pattern that should be converted by this plugin.public void addOutputPluginListener(OutputPluginListener aListener)
AbstractConverterPlugIn.addPlugInListener(PlugInListener)
public void removeOutputPluginListener(OutputPluginListener aListener)
AbstractConverterPlugIn.removePlugInListener(PlugInListener)
Submit Feedback to pmarrone@users.sourceforge.net