Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/MyScriptHandler.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/MyScriptHandler.java
r45 r76 241 241 /** 242 242 * Constructor. Initializes incident map. 243 */ 244 public MyScriptHandler(SimulationScript s) 245 { 246 script = s; 243 * 244 * @param scr the script into which the XML file is being read 245 */ 246 public MyScriptHandler(SimulationScript scr) 247 { 248 script = scr; 247 249 incidentMap = new TreeMap<Integer, ScriptIncident>(); 248 250 eventMap = new TreeMap<ELEMENT, I_ScriptEvent>(); … … 255 257 * Get the list of incidents that have been parsed from the script file. 256 258 * 257 * @return sVector of Incident objects.259 * @return Vector of Incident objects. 258 260 */ 259 261 public Vector<ScriptIncident> getIncidents() … … 265 267 * Get the list of units that have been parsed from the script file. 266 268 * 267 * @return sVector of Unit objects.269 * @return Vector of Unit objects. 268 270 */ 269 271 public ArrayList<Unit> getUnits()
Note: See TracChangeset
for help on using the changeset viewer.
