Package 

Class BoolRule


  • 
    public class BoolRule
    
                        

    Created by Kunyang.Lee on 2017/9/7.

    • Constructor Summary

      Constructors 
      Constructor Description
      BoolRule(String type, boolean isTrue)
    • Method Summary

      Modifier and Type Method Description
      static BoolRule newInstance(String key, boolean isTrue) Provide static method of create boolean rule
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BoolRule

        BoolRule(String type, boolean isTrue)
    • Method Detail

      • newInstance

         static BoolRule newInstance(String key, boolean isTrue)

        Provide static method of create boolean rule

        Parameters:
        key - The key of data point
        isTrue - The value when the condition holds