public class RecallSet extends Object
Constructor and Description |
---|
RecallSet()
Creates a new instance of RecallSet
|
Modifier and Type | Method and Description |
---|---|
RecallCase |
getCase(int index)
Returns the reference case referred to by index
|
int |
getNumCases()
Returns the number of cases present in the map
|
double[] |
getRecallCaseCharacteristics(int index)
Returns an enumeration for the classification of the recall case referred to by the index
|
int |
getRecallCaseClassification(int index)
Returns an enumeration for the classification of the recall case referred to by the index
|
int |
getRecallCaseVehicleType(int index)
Returns an enumeration for the classification of the recall case referred to by the index
|
protected void |
put(RecallCase recall)
Adds a recall case to the map
|
protected void put(RecallCase recall)
recall
- public int getNumCases()
public RecallCase getCase(int index)
index
- public int getRecallCaseClassification(int index)
index
- public int getRecallCaseVehicleType(int index)
index
- public double[] getRecallCaseCharacteristics(int index)
index
-