org.joone.util
Class ColumnSelectorPlugIn
- java.lang.Object
-
- org.joone.util.AbstractConverterPlugIn
-
- org.joone.util.ConverterPlugIn
-
- org.joone.util.ColumnSelectorPlugIn
-
- All Implemented Interfaces:
- java.io.Serializable, PlugInListener
public class ColumnSelectorPlugIn extends ConverterPlugIn
Certain plug-ins change the number of columns during their conversion, for example theToBinaryPluginincreases the number of columns. This plug in can be used to select certain columns from all available columns at that moment. It just uses an advanced column selector asStreamInputSynapseand all plug-ins do, but this plug-in does not work on certain columns as most plug-ins do, but it selects columns like theStreamInputSynapsedoes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description ColumnSelectorPlugIn()Creates a new instance of ColumnSelectorPlugInColumnSelectorPlugIn(java.lang.String anAdvancedSerieSelector)Creates a new instance of ColumnSelectorPlugIn
-
Method Summary
-
Methods inherited from class org.joone.util.ConverterPlugIn
isApplyEveryCycle, newCycle, setApplyEveryCycle
-
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
-
ColumnSelectorPlugIn
public ColumnSelectorPlugIn()
Creates a new instance of ColumnSelectorPlugIn
-
ColumnSelectorPlugIn
public ColumnSelectorPlugIn(java.lang.String anAdvancedSerieSelector)
Creates a new instance of ColumnSelectorPlugIn- Parameters:
anAdvancedSerieSelector- the advanced serie selector to use.- See Also:
setAdvancedSerieSelector()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG