Package org.eclipse.epsilon.pinset
Class PostProcessing
- java.lang.Object
-
- org.eclipse.epsilon.pinset.PostProcessing
-
public class PostProcessing extends Object
PostProcessing.- Since:
- 2.1
- Author:
- Alfonso de la Vega
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PostProcessing.FillType
FillType.
-
Constructor Summary
Constructors Constructor Description PostProcessing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
fillNullValues(List<ValueWrapper> values, PostProcessing.FillType fillType, String value)
static void
normalize(List<ValueWrapper> values, Number value)
-
-
-
Method Detail
-
normalize
public static void normalize(List<ValueWrapper> values, Number value) throws EolRuntimeException
- Throws:
EolRuntimeException
-
fillNullValues
public static void fillNullValues(List<ValueWrapper> values, PostProcessing.FillType fillType, String value) throws RuntimeException
- Throws:
RuntimeException
-
-