org.joone.util
Class OutputConverterPlugIn
- java.lang.Object
-
- org.joone.util.AbstractConverterPlugIn
-
- org.joone.util.OutputConverterPlugIn
-
- All Implemented Interfaces:
- java.io.Serializable, PlugInListener
- Direct Known Subclasses:
- UnNormalizerOutputPlugIn
public abstract class OutputConverterPlugIn extends AbstractConverterPlugIn
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 theStreamOutputSynapse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description OutputConverterPlugIn()Constructor of CoverterPlugIn.OutputConverterPlugIn(java.lang.String anAdvancedSerieSelector)Constructor of CoverterPlugIn.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description voidaddOutputPluginListener(OutputPluginListener aListener)Deprecated.voidconvertAllPatterns()Deprecated.voidconvertPattern()Applies the preprocessing on the patterns contained in the conv_patternsvoidremoveOutputPluginListener(OutputPluginListener aListener)Deprecated.voidsetPattern(Pattern newPattern)Sets the current pattern to convert.-
Methods inherited from class org.joone.util.AbstractConverterPlugIn
addPlugIn, addPlugInListener, check, convertPatterns, dataChanged, getAdvancedSerieSelector, getName, getNextPlugIn, isConnected, removeAllPlugIns, removePlugInListener, setAdvancedSerieSelector, setConnected, setInputVector, setName, setNextPlugin, setNextPlugIn
-
-
-
-
Constructor Detail
-
OutputConverterPlugIn
public OutputConverterPlugIn()
Constructor of CoverterPlugIn.
-
OutputConverterPlugIn
public OutputConverterPlugIn(java.lang.String anAdvancedSerieSelector)
Constructor of CoverterPlugIn.- Parameters:
anAdvancedSerieSelector-- See Also:
AbstractConverterPlugIn.AbstractConverterPlugIn(String)
-
-
Method Detail
-
convertPattern
public void convertPattern() throws java.lang.NumberFormatExceptionApplies the preprocessing on the patterns contained in the conv_patterns- Throws:
java.lang.NumberFormatException
-
convertAllPatterns
public void convertAllPatterns() throws java.lang.NumberFormatExceptionDeprecated. UseAbstractConverterPlugIn.convertPatterns()Applies the preprocessing on the pattern contained in the conv_pattern- Throws:
java.lang.NumberFormatException
-
setPattern
public void setPattern(Pattern newPattern)
Sets the current pattern to convert.- Parameters:
newPattern- The pattern that should be converted by this plugin.
-
addOutputPluginListener
public void addOutputPluginListener(OutputPluginListener aListener)
Deprecated. UseAbstractConverterPlugIn.addPlugInListener(PlugInListener)
-
removeOutputPluginListener
public void removeOutputPluginListener(OutputPluginListener aListener)
Deprecated. UseAbstractConverterPlugIn.removePlugInListener(PlugInListener)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG