Package org.opencds.cqf.cql.engine.data
Class SystemExternalFunctionProvider
- java.lang.Object
-
- org.opencds.cqf.cql.engine.data.SystemExternalFunctionProvider
-
- All Implemented Interfaces:
ExternalFunctionProvider
public class SystemExternalFunctionProvider extends java.lang.Object implements ExternalFunctionProvider
-
-
Constructor Summary
Constructors Constructor Description SystemExternalFunctionProvider(java.util.List<java.lang.reflect.Method> staticFunctions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectevaluate(java.lang.String staticFunctionName, java.util.List<java.lang.Object> arguments)
-
-
-
Method Detail
-
evaluate
public java.lang.Object evaluate(java.lang.String staticFunctionName, java.util.List<java.lang.Object> arguments)- Specified by:
evaluatein interfaceExternalFunctionProvider
-
-