public class TrafficSituation
extends java.lang.Object
Constructor and Description |
---|
TrafficSituation() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TrafficSituationCase> |
getCasesMatchingQuery(TrafficSituationCase queryCase)
Retrieves the cases that matches the query case.
|
void |
saveCaseToXML(TrafficSituationCase trafficSituationCase)
Saves a case to XML (case base is stored in XML format).
|
public TrafficSituation() throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList<TrafficSituationCase> getCasesMatchingQuery(TrafficSituationCase queryCase) throws java.lang.Exception
queryCase
- The query case created by the system based on available traffic datajava.lang.Exception
public void saveCaseToXML(TrafficSituationCase trafficSituationCase) throws java.lang.Exception
trafficSituationCase
- The query case that the user wants to addjava.lang.Exception