private class ScenarioGenerator.IncidentInfo
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Field and Description |
---|---|
int |
incIdx
Index of the incident.
|
int |
severity
Severity type of the incident.
|
Constructor and Description |
---|
IncidentInfo(int incIdx,
int severity)
Constructor for IncidentInfo Object
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o)
Compares method based on the severity of the incident.
|
public int incIdx
public int severity