Class AccumulateFunctionOption

java.lang.Object
org.kie.internal.builder.conf.AccumulateFunctionOption
All Implemented Interfaces:
Serializable, MultiValueOption, Option, KnowledgeBuilderOption, MultiValueKieBuilderOption, MultiValueRuleBuilderOption

public class AccumulateFunctionOption extends Object implements MultiValueRuleBuilderOption
A class for the accumulate function configuration.
See Also:
  • Field Details

  • Method Details

    • get

      public static AccumulateFunctionOption get(String name, AccumulateFunction function)
      This is a factory method for this AccumulateFunction configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.
      Parameters:
      name - the name of the function to be configured
      Returns:
      the actual type safe accumulate function configuration.
    • getPropertyName

      public String getPropertyName()
      Specified by:
      getPropertyName in interface Option
    • getName

      public String getName()
      Returns the name of the function configured
      Returns:
    • getFunction

      public AccumulateFunction getFunction()
      Returns the accumulate function instance
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object