Interface OperatorParameterDRLBuilder

  • All Known Implementing Classes:
    CEPOperatorParameterDRLBuilder, CEPWindowOperatorParameterDRLBuilder

    public interface OperatorParameterDRLBuilder
    Utility interface to define an operation to build DRL for a given set of parameters. The only existing use-case at present is to supplement CEP operators with additional meta-information.
    • Method Detail

      • buildDRL

        StringBuilder buildDRL​(Map<String,​String> parameters)
        Generate Operator DRL for the given parameters. The parameter Map is not pruned and contains all entries made by the Widget corresponding to the type of operator for which DRL is being built.
        Parameters:
        parameters -
        Returns: