net.bpelunit.utils.bptstool.functions
Interface IFunction

All Known Implementing Classes:
CreateFunction

public interface IFunction


Method Summary
 void execute(String[] params)
          Executes this function.
 String getDescription()
          Returns the localized description of this function.
 String getHelp()
          Returns the localized help text
 String getName()
          Returns the name of this function that is also the first parameter for the BPTSTool in order to invoke it.
 

Method Detail

getName

String getName()
Returns the name of this function that is also the first parameter for the BPTSTool in order to invoke it. Names must be all lower-case.

Returns:
this function's name

getDescription

String getDescription()
Returns the localized description of this function.

Returns:
localized description

getHelp

String getHelp()
Returns the localized help text


execute

void execute(String[] params)
Executes this function. All parameters except the function name are passed to this function as is.

Parameters:
params -


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.