Package com.stimulsoft.base
Interface IStiAppFunction
- All Known Implementing Classes:
StiFunction
public interface IStiAppFunction
Copyright Stimulsoft
-
Method Summary
-
Method Details
-
getName
String getName()Returns a name of the function.- Returns:
- The name of the function.
-
invoke
Invokes this function with specified arguments.- Parameters:
arguments- The list of arguments.- Returns:
- The result of the function calling.
-