Module datarush.matching
Package com.pervasive.datarush.coercion
Class OperatorRegistrationFactoryImpl
java.lang.Object
com.pervasive.datarush.coercion.OperatorRegistrationFactoryImpl
- All Implemented Interfaces:
OperatorRegistrationFactory
Register DataRush library operators within a scripting environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterOperators(OperatorRegistrar registar) Register a function with the scripting registar.
-
Constructor Details
-
OperatorRegistrationFactoryImpl
public OperatorRegistrationFactoryImpl()
-
-
Method Details
-
registerOperators
Description copied from interface:OperatorRegistrationFactoryRegister a function with the scripting registar.- Specified by:
registerOperatorsin interfaceOperatorRegistrationFactory- Parameters:
registar- the registar of scripting functions
-