Module datarush.matching
Package com.pervasive.datarush.coercion
Interface OperatorRegistrationFactory
- All Known Implementing Classes:
OperatorRegistrationFactoryImpl
public interface OperatorRegistrationFactory
Define the interface for a registration factory capable of registering DataRush operators
with a scripting environment. An operator should be given a unique name.
Multiple factories can be defined that extend the operators available in the scripting environment.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterOperators(OperatorRegistrar registar) Register a function with the scripting registar.
-
Method Details
-
registerOperators
Register a function with the scripting registar.- Parameters:
registar- the registar of scripting functions
-