|
||||||||||
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.ConverterPlugIn
public abstract class ConverterPlugIn
This abstract class must be extended to implement plug-ins for input data
preprocessing. The objects extending this class can be inserted into objects
that extend the org.joone.io.StreamInputSynapse
.
Field Summary |
---|
Fields inherited from class org.joone.util.AbstractConverterPlugIn |
---|
pluginListeners |
Constructor Summary | |
---|---|
ConverterPlugIn()
The default constructor of the ConverterPlugIn. |
|
ConverterPlugIn(java.lang.String anAdvancedSerieSelector)
Constructor of the ConverterPlugIn. |
Method Summary | |
---|---|
boolean |
isApplyEveryCycle()
Getter for property applyEachCycle. |
boolean |
newCycle()
This method is called at the start of a new cycle, and permit to apply the conversion for the components having the applyEveryCycle property set to true. |
void |
setApplyEveryCycle(boolean anApplyEveryCycle)
Setter for property applyEachCycle. |
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 ConverterPlugIn()
public ConverterPlugIn(java.lang.String anAdvancedSerieSelector)
anAdvancedSerieSelector
- AbstractConverterPlugIn.AbstractConverterPlugIn(String)
Method Detail |
---|
public boolean newCycle()
public boolean isApplyEveryCycle()
public void setApplyEveryCycle(boolean anApplyEveryCycle)
anApplyEachCycle
- New value of property applyEachCycle.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |