com.consol.citrus.functions.core
Class MinFunction

java.lang.Object
  extended by com.consol.citrus.functions.core.MinFunction
All Implemented Interfaces:
Function

public class MinFunction
extends Object
implements Function

Returns the minimum value in a set of numeric arguments.

Author:
Christoph Deppisch

Constructor Summary
MinFunction()
           
 
Method Summary
 String execute(List<String> parameterList)
          Method called on execution.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinFunction

public MinFunction()
Method Detail

execute

public String execute(List<String> parameterList)
Description copied from interface: Function
Method called on execution.

Specified by:
execute in interface Function
Parameters:
parameterList - list of function arguments.
Returns:
function result as string.
Throws:
InvalidFunctionUsageException
See Also:
Function.execute(java.util.List)


Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.