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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerOperators(OperatorRegistrar registar)
Register a function with the scripting registar.
-
-
-
Method Detail
-
registerOperators
void registerOperators(OperatorRegistrar registar)
Register a function with the scripting registar.- Parameters:
registar
- the registar of scripting functions
-
-