|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joone.util.AbstractConverterPlugIn
org.joone.util.OutputConverterPlugIn
public abstract class OutputConverterPlugIn
Abstract class that must be extended to implement plugins for output data preprocessing.
The objects extending this class can be inserted into objects that extend the
StreamOutputSynapse
.
Field Summary |
---|
Fields inherited from class org.joone.util.AbstractConverterPlugIn |
---|
pluginListeners |
Constructor Summary | |
---|---|
OutputConverterPlugIn()
Constructor of CoverterPlugIn. |
|
OutputConverterPlugIn(java.lang.String anAdvancedSerieSelector)
Constructor of CoverterPlugIn. |
Method Summary | |
---|---|
void |
addOutputPluginListener(OutputPluginListener aListener)
Deprecated. Use AbstractConverterPlugIn.addPlugInListener(PlugInListener) |
protected abstract void |
convert_pattern(int serie)
Applies the preprocessing on the Nth serie of the data. |
void |
convertAllPatterns()
Deprecated. Use AbstractConverterPlugIn.convertPatterns() |
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. Use AbstractConverterPlugIn.removePlugInListener(PlugInListener) |
void |
setPattern(Pattern newPattern)
Sets the current pattern to convert. |
Methods inherited from class org.joone.util.AbstractConverterPlugIn |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputConverterPlugIn()
public OutputConverterPlugIn(java.lang.String anAdvancedSerieSelector)
anAdvancedSerieSelector
- AbstractConverterPlugIn.AbstractConverterPlugIn(String)
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |