Class AbstractOrderFraudSymptomDetection

    • Constructor Detail

      • AbstractOrderFraudSymptomDetection

        public AbstractOrderFraudSymptomDetection()
    • Method Detail

      • createSymptom

        protected FraudSymptom createSymptom​(boolean positive)
      • createSymptom

        protected FraudSymptom createSymptom​(java.lang.String explanation,
                                             boolean positive)
      • getStrategyName

        public java.lang.String getStrategyName()
      • getSymptomName

        public java.lang.String getSymptomName()
      • setSymptomName

        public void setSymptomName​(java.lang.String name)
      • getIncrement

        public double getIncrement()
        Returns:
        the value to be used as score in case the symptom has been tested positively.
      • setIncrement

        public void setIncrement​(double increment)