public class PackageRiskScore extends DoublePropertyEvaluator
Modifier and Type | Field and Description |
---|---|
static String |
displayName |
Constructor and Description |
---|
PackageRiskScore() |
PackageRiskScore(double threshold) |
Modifier and Type | Method and Description |
---|---|
String |
getCriterionName() |
String |
getDisplayName() |
Set<Package> |
getQualifyingPackages(Image image) |
double |
getValue(Image image) |
check, getConfiguredValue, getThreshold, isValid, setThreshold
public static final String displayName
public PackageRiskScore()
public PackageRiskScore(double threshold)
public String getDisplayName()
public double getValue(Image image)
getValue
in class DoublePropertyEvaluator
public Set<Package> getQualifyingPackages(Image image)
image
- The assessment report to check.public String getCriterionName()
Copyright © 2016–2022. All rights reserved.