org.jpmml.evaluator
Class ParameterUtil

java.lang.Object
  extended by org.jpmml.evaluator.ParameterUtil

public class ParameterUtil
extends Object


Method Summary
static Object getValue(Map<FieldName,?> parameters, FieldName name)
           
static Object getValue(Map<FieldName,?> parameters, FieldName name, boolean nullable)
           
static Object parse(DataField dataField, String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getValue

public static Object getValue(Map<FieldName,?> parameters,
                              FieldName name)

getValue

public static Object getValue(Map<FieldName,?> parameters,
                              FieldName name,
                              boolean nullable)

parse

public static Object parse(DataField dataField,
                           String string)


Copyright © 2012 University of Tartu. All Rights Reserved.