public class DesignGapCounter extends Object
| Constructor and Description |
|---|
DesignGapCounter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCountForSeverity(String severity)
Get the current count for a given severity.
|
Map<String,Integer> |
getDesignGapViolationCounter()
Returns the current map of design gap counts
|
void |
setDesignGapViolationCounter(Map<String,Integer> designGapViolationCounter) |
void |
trackDesignGapCounts(int severityLevel)
Keeps counts of different severity violations from an Oak9 scan result
|
public void setDesignGapViolationCounter(Map<String,Integer> designGapViolationCounter)
public Map<String,Integer> getDesignGapViolationCounter()
public void trackDesignGapCounts(int severityLevel)
severityLevel - the Violation object from which we are analyzing the severitypublic Integer getCountForSeverity(String severity)
severity - the severity for which you are requesting a count of design gapsCopyright © 2016–2021. All rights reserved.