Changeset 80 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures
- Timestamp:
- 08/25/2017 02:41:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/SimulationScript.java
r76 r80 209 209 public String toXML() 210 210 { 211 ArrayList<TimeSlice> slices = a llSlices();211 ArrayList<TimeSlice> slices = arrangeAllSlices(); 212 212 String output = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n"; 213 213 output += "<!DOCTYPE TMC_SCRIPT SYSTEM \"script.dtd\">\n"; … … 237 237 * @return a list of all timeslices in the simulation script 238 238 */ 239 public ArrayList<TimeSlice> a llSlices()239 public ArrayList<TimeSlice> arrangeAllSlices() 240 240 { 241 241 ArrayList<TimeSlice> list = new ArrayList<TimeSlice>();
Note: See TracChangeset
for help on using the changeset viewer.
