public abstract class AbstractOrderFraudSymptomDetection extends Object implements OrderFraudSymptomDetection
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_INCREMENT |
| Constructor and Description |
|---|
AbstractOrderFraudSymptomDetection() |
| Modifier and Type | Method and Description |
|---|---|
protected FraudSymptom |
createSymptom(boolean positive) |
protected FraudSymptom |
createSymptom(String explanation,
boolean positive) |
double |
getIncrement() |
String |
getStrategyName() |
String |
getSymptomName() |
void |
setIncrement(double increment) |
void |
setSymptomName(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrecognizeSymptompublic static final double DEFAULT_INCREMENT
protected FraudSymptom createSymptom(boolean positive)
protected FraudSymptom createSymptom(String explanation, boolean positive)
public String getStrategyName()
public String getSymptomName()
public void setSymptomName(String name)
public double getIncrement()
public void setIncrement(double increment)
Copyright © 2017 SAP SE. All Rights Reserved.