Interface FunctionInvokation
- All Known Subinterfaces:
Column
,FunctionalConstraint
,FunctionArgument
- All Known Implementing Classes:
BaseColumn
,BaseFunctionalConstraint
,BaseFunctionArgument
,LuceneColumn
,LuceneFunctionalConstraint
,LuceneFunctionArgument
public interface FunctionInvokation
- Author:
- andyh
-
Method Summary
Modifier and TypeMethodDescriptionGet the functionGet the functions arguments.
-
Method Details
-
getFunction
Function getFunction()Get the function- Returns:
- Function
-
getFunctionArguments
Get the functions arguments.- Returns:
- Map
-