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 Type
    Method
    Description
    void
    Register a function with the scripting registar.
  • Method Details

    • registerOperators

      void registerOperators(OperatorRegistrar registar)
      Register a function with the scripting registar.
      Parameters:
      registar - the registar of scripting functions