- saveCaseToXML(TrafficSituationCase) - Method in class com.svv.cbr.TrafficSituation
-
Saves a case to XML (case base is stored in XML format).
- saveInstanceToXML() - Method in class com.svv.util.AddToXml
-
Store a case to the case base
- setIntention(double) - Method in class com.svv.util.TrafficEventHandler
-
- setMode(int) - Method in class com.svv.util.QueryBuilder
-
Changes between normal mode (where the system gets its cases from information from a simulator or similar) and test mode (where the query cases are given to the system)
- setSimilarity(double) - Method in class com.svv.cbr.cases.TrafficSituationCase
-
- setSolutionProposedTransitionTime(String) - Method in class com.svv.cbr.cases.TrafficSituationCase
-
- showTimeWaited(double) - Method in class com.svv.trafficcbr.TrafficLightSimulator
-
Convert how long a pedestrian has waited to X coordinates, which is used to draw the timeLine.
- start(BundleContext) - Method in class com.svv.trafficcbr.Activator
-
- start() - Method in class com.svv.util.QueryBuilder
-
- startThread() - Method in class com.svv.trafficcbr.Activator
-
- stop(BundleContext) - Method in class com.svv.trafficcbr.Activator
-
- stop() - Method in class com.svv.trafficcbr.TrafficLightSimulator
-
Stop the changeLight method, because all the loops become false
- stopThread() - Method in class com.svv.trafficcbr.Activator
-
- storeQueryAndSolution(TrafficSituationCase, ArrayList<TrafficSituationCase>, double) - Static method in class com.svv.util.ReadTrafficData
-
Store query and the solution when the traffic light change.