org.joone.util
Class NormalizerPlugIn
- java.lang.Object
-
- org.joone.util.AbstractConverterPlugIn
-
- org.joone.util.ConverterPlugIn
-
- org.joone.util.NormalizerPlugIn
-
- All Implemented Interfaces:
- java.io.Serializable, PlugInListener
public class NormalizerPlugIn extends ConverterPlugIn
Normalizes the input data within a predefined range Creation date: (23/10/2000 23.23.25)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description NormalizerPlugIn()NormalizerPlugIn constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetDataMax()Gets the max value of the input data Creation date: (23/10/2000 23.25.55)doublegetDataMin()Gets the min value of the input data Creation date: (23/10/2000 23.25.32)doublegetMax()Gets the max value Creation date: (23/10/2000 23.25.55)doublegetMin()Gets the min value Creation date: (23/10/2000 23.25.32)voidsetDataMax(double newDataMax)Sets the max value of the input data.voidsetDataMin(double newDataMin)Sets the min value of the input data Note : The DataMin and DataMax values should be set to 99999 and -99999 respectively if the user requires that this plugin uses the min , max values found in the serie.voidsetMax(double newMax)Sets the max value of the normalization range Creation date: (23/10/2000 23.25.55)voidsetMin(double newMin)Sets the min value of the normalization range Creation date: (23/10/2000 23.25.32)-
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
-
-
-
-
Method Detail
-
getMax
public double getMax()
Gets the max value Creation date: (23/10/2000 23.25.55)- Returns:
- float
-
getMin
public double getMin()
Gets the min value Creation date: (23/10/2000 23.25.32)- Returns:
- float
-
setMax
public void setMax(double newMax)
Sets the max value of the normalization range Creation date: (23/10/2000 23.25.55)- Parameters:
newMax- float
-
setMin
public void setMin(double newMin)
Sets the min value of the normalization range Creation date: (23/10/2000 23.25.32)- Parameters:
newMin- float
-
getDataMax
public double getDataMax()
Gets the max value of the input data Creation date: (23/10/2000 23.25.55)- Returns:
- double The maximum value of the input data.
-
getDataMin
public double getDataMin()
Gets the min value of the input data Creation date: (23/10/2000 23.25.32)- Returns:
- double The minimum value of the input data.
-
setDataMax
public void setDataMax(double newDataMax)
Sets the max value of the input data. Note : The DataMin and DataMax values should be set to 99999 and -99999 respectively if the user requires that this plugin uses the min , max values found in the serie. Creation date: (23/10/2000 23.25.55)- Parameters:
newMax- double The maximum value of the input data.
-
setDataMin
public void setDataMin(double newDataMin)
Sets the min value of the input data Note : The DataMin and DataMax values should be set to 99999 and -99999 respectively if the user requires that this plugin uses the min , max values found in the serie. Creation date: (23/10/2000 23.25.32)- Parameters:
newDataMin- double The minimum value of the input data.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG