Interface DecisionTable

    • Method Detail

      • setHitPolicy

        void setHitPolicy​(HitPolicy hitPolicy)
      • getOutputLabel

        java.lang.String getOutputLabel()
      • setOutputLabel

        void setOutputLabel​(java.lang.String outputLabel)
      • getInputs

        java.util.Collection<Input> getInputs()
      • getOutputs

        java.util.Collection<Output> getOutputs()
      • getRules

        java.util.Collection<Rule> getRules()