public class RecallCase extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | RecallCase(String missionFile,
          VehicleCharacteristics chars,
          int classification,
          CBRScriptClassifier classifier) | 
| Modifier and Type | Method and Description | 
|---|---|
| double[] | getCharacteristics()Returns the characterics array of the recall case | 
| int | getClassification()Returns the classification of the mission | 
| int | getVehicleType()Returns the vehicle type enumeration for the recall case | 
protected RecallCase(String missionFile, VehicleCharacteristics chars, int classification, CBRScriptClassifier classifier)
public double[] getCharacteristics()
public int getClassification()
public int getVehicleType()