Class EvaluatorOption

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      static EvaluatorOption get​(java.lang.String key, org.kie.api.runtime.rule.EvaluatorDefinition evaluator)
      This is a factory method for this EvaluatorOption configuration.
      org.kie.api.runtime.rule.EvaluatorDefinition getEvaluatorDefinition()
      Returns the accumulate function instance
      java.lang.String getName()
      Returns the name of the dialect configured as default
      java.lang.String getPropertyName()
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.kie.api.conf.Option

        propertyName
    • Field Detail

      • PROPERTY_NAME

        public static final java.lang.String PROPERTY_NAME
        The prefix for the property name for evaluators
        See Also:
        Constant Field Values
    • Method Detail

      • get

        public static EvaluatorOption get​(java.lang.String key,
                                          org.kie.api.runtime.rule.EvaluatorDefinition evaluator)
        This is a factory method for this EvaluatorOption configuration. The factory method is a best practice for the case where the actual object construction is changed in the future.
        Parameters:
        key - the key of the evaluator to be configured
        evaluator - the evaluator definition
        Returns:
        the actual type safe default dialect configuration.
      • getPropertyName

        public java.lang.String getPropertyName()
        Specified by:
        getPropertyName in interface org.kie.api.conf.Option
      • getName

        public java.lang.String getName()
        Returns the name of the dialect configured as default
        Returns:
      • getEvaluatorDefinition

        public org.kie.api.runtime.rule.EvaluatorDefinition getEvaluatorDefinition()
        Returns the accumulate function instance
        Returns:
      • toString

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

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object