All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.compiler.lang.api.ParameterSupportBuilder Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package org.drools.compiler.lang.api;

/**
 * An interface for objects that support parameters, like
 * functions and queries
 */
public interface ParameterSupportBuilder

> { /** * Adds a parameter to the parameter list * * @param type parameter type * @param variable parameter id * * @return itself */ public P parameter( String type, String variable ); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy