public class ShufflePlugin extends ConverterPlugIn
| Modifier and Type | Field and Description |
|---|---|
(package private) static long |
serialVersionUID |
pluginListeners| Constructor and Description |
|---|
ShufflePlugin()
Creates a new instance of ShufflePlugin
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
applyOnRows()
Applies the conversion on the patterns contained by
AbstractConverterPlugIn.InputVector
on all the rows. |
protected boolean |
convert(int serie)
Applies the conversion on the Nth serie of the buffered pattern data.
|
isApplyEveryCycle, newCycle, setApplyEveryCycleaddPlugIn, addPlugInListener, apply, applyOnColumns, cascade, check, convertPatterns, dataChanged, fireDataChanged, getAdvancedSerieSelector, getInputVector, getName, getNextPlugIn, getPluginListeners, getSerieIndexNumber, getSerieSelected, getValuePoint, isConnected, removeAllPlugIns, removePlugInListener, setAdvancedSerieSelector, setConnected, setInputVector, setName, setNextPlugin, setNextPlugInstatic final long serialVersionUID
protected boolean convert(int serie)
AbstractConverterPlugInAbstractConverterPlugIn.getInputVector() method. The result is a
Vector of Pattern objects which this method should use by converting
the requested serie.convert in class AbstractConverterPlugInserie - the serie to convertprotected boolean applyOnRows()
AbstractConverterPlugInAbstractConverterPlugIn.InputVector
on all the rows. Override this empty method to apply any change to the
order of the input vector's rows.applyOnRows in class AbstractConverterPlugInSubmit Feedback to pmarrone@users.sourceforge.net