public class TransformationComposition extends Object implements IValueTransformation
Modifier and Type | Field and Description |
---|---|
static String |
composeSeparator |
Constructor and Description |
---|
TransformationComposition(IValueTransformation[] transformations) |
Modifier and Type | Method and Description |
---|---|
IValueTransformation |
getInverseTransformation() |
List<String> |
getParameterNames() |
List<Double> |
getParameters() |
String |
getTransformationName() |
double |
transform(double value) |
public static final String composeSeparator
public TransformationComposition(IValueTransformation[] transformations)
public String getTransformationName()
getTransformationName
in interface IValueTransformation
public List<Double> getParameters()
getParameters
in interface IValueTransformation
public List<String> getParameterNames()
getParameterNames
in interface IValueTransformation
public double transform(double value) throws Exception
transform
in interface IValueTransformation
Exception
public IValueTransformation getInverseTransformation()
getInverseTransformation
in interface IValueTransformation
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.