source: tmcsimulator-scriptbuilder/trunk/src/scriptbuilder/structures @ 205

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @205   6 years jdalbey XMLBuilder.java remove diagnostic print.
(edit) @203   6 years jdalbey XMLWriter.java name changed to XMLBuilder. Add pretty printing methods …
(edit) @201   6 years jdalbey XMLWriter.java Change from embedding DTD to using a link to external DTD …
(edit) @195   6 years sdanthin SimulationScript?.java now prepends a zero if the number of the incident is …
(edit) @194   6 years sdanthin SimulationScript?.java added System paths in place of "/" for cross …
(edit) @185   6 years jdalbey CADEvent.java added a toString() method with text that will appear in …
(edit) @182   6 years jdalbey Modifications to ScriptBuilderFrame?, SimulationScript?, MyScriptHandler? to …
(edit) @176   6 years sdanthin TimeSlice?.java updated to complete removeCorrespondingAudioEvent search …
(edit) @175   6 years sdanthin CHPRadioEvent.java added an overriding function to remove a corresponding …
(edit) @174   6 years sdanthin TimeSlice?.java added a break statement to the …
(edit) @170   6 years sdanthin MyScriptHandler?.java modified to use the addNewEventFromXML in place of …
(edit) @169   6 years sdanthin SimulationScript?.java modified to use correct names for both imported and …
(edit) @168   6 years sdanthin ScriptIncident?.java added addNewEventFromXML function, modified …
(edit) @167   6 years sdanthin TimeSlice?.java modified remove/getcorrespondingAudioEvent to work with ID …
(edit) @164   6 years sdanthin ScriptIncident?.java added if statement to create a correct AudioEvent? when …
(edit) @162   6 years sdanthin TimeSlice?.java added a function to remove a corresponding audio event …
(edit) @161   6 years sdanthin AudioEvent?.java CHPRadioEvent.java added corresponding functions to match …
(edit) @159   6 years sdanthin I_AudioEvent.java created a new interface to determine if an event …
(edit) @158   6 years jdalbey ScriptBuilderFrame?.java added new helper method loadCHPunits(). …
(edit) @155   6 years sdanthin units.xml moved to Incidents folder
(edit) @153   6 years jdalbey CCTVEvent.java: Fix defect #202.
(edit) @152   6 years jdalbey TimeSlice?.java: Prepend a newline character to fix ticket #203.
(edit) @150   6 years sdanthin IncidentTimelinePanel?.java added right-click menu popup functionality to …
(edit) @145   6 years sdanthin Move from Git to Svn (LARGE COMMIT)
(edit) @143   8 years bmcguffin Header_TruncLoc and Header_FullLoc have default values in class CadData?.
(edit) @142   8 years bmcguffin Band-aid fix for defect #68. CadData? object in TimeSlice? is now …
(edit) @141   8 years bmcguffin Band-aid fix for defect #68. Sim Mgr requires incidents to have some …
(edit) @138   8 years bmcguffin Added support for incident color. Color is now read from the xml file; if …
(edit) @131   9 years bmcguffin DTD file for XML writing is now internal, so script.dtd file is no longer …
(edit) @122   9 years bmcguffin Added message panel warning user, if the first event placed in an incident …
(edit) @120   9 years bmcguffin Altered addNewEvent() so that start times of events are now rounded to the …
(edit) @119   9 years bmcguffin Fixed a bug which caused an event to be destroyed if it was the only event …
(edit) @117   9 years bmcguffin Redesigned the method by which the first event in an event is added to …
(edit) @116   9 years bmcguffin The first event added to any incident is automatically placed at time 0 …
(edit) @111   9 years bmcguffin Annotated these files. Fixed a bug that caused newly created incidents to …
(edit) @107   9 years bmcguffin Fixed a bug where deleting the first timeslice of an incident would not …
(edit) @106   9 years bmcguffin Fixed a bug which prevented the length of an incident from being properly …
(edit) @103   9 years bmcguffin Individual incident editor window now shows the relevant incident as …
(edit) @89   9 years bmcguffin Added dropdown menu item to ScriptBuilderFrame?: "Delete Incident". When …
(edit) @83   9 years bmcguffin Fixed a bug in which adding a new incident didn't increment the counter …
(edit) @80   9 years bmcguffin Renamed allSlices() method to arrangeAllSlices().
(edit) @76   9 years bmcguffin Added javadoc for several files.
(edit) @72   9 years bmcguffin Added utility method to determine whether the event is an evaluation …
(edit) @67   9 years jdalbey TimeSlice?.java: improved implementation. TimeSliceTest?.java added a test.
(edit) @65   9 years bmcguffin Moved the "add incident" statement set into its own publicly accessible …
(edit) @59   9 years bmcguffin Created new method incidentCount() for testing purposes. Added call to …
(edit) @58   9 years bmcguffin Updated setOffset() method to actually shift timeslices. Changed scope of …
(edit) @57   9 years bmcguffin Added test cases for TimeSlice? class. Added a reference file containing a …
(edit) @56   9 years bmcguffin Added test files and began filling them out. Added an integration test for …
(edit) @49   9 years bmcguffin Updated menu dropdowns; added functionality for Save, Save As, and Open …
(edit) @48   9 years bmcguffin Added guards to protect against null pointer errors when dealing with CAD …
(edit) @47   9 years bmcguffin Updated toXML behaviors for several classes to bring final adjustments in …
(edit) @46   9 years bmcguffin Added file: XMLWriter, in package Scriptbuilder.structures. It holds …
(edit) @45   9 years bmcguffin Changed storage structure for units from a TreeMap? to an ArrayList?. Also …
(edit) @44   9 years bmcguffin Filled out toXML method of LocationInfo? object.
(edit) @43   9 years bmcguffin Filled out toXML method of CadData? object.
(edit) @42   9 years bmcguffin Fixed a bug which caused null evaluation events to be improperly …
(edit) @41   9 years bmcguffin Added parsing support for CAD data elements.
(edit) @40   9 years bmcguffin Added handling methods for injecting CAD data into timeslices.
(edit) @39   9 years bmcguffin Added new data structures to hold CAD data for each TimeSlice?.
(edit) @38   9 years bmcguffin Removed the newLine at the end of each openTag method.
(edit) @37   9 years bmcguffin Updated XML methods to more accurately export data.
(edit) @36   9 years bmcguffin Added toXML implementation for all remaining event classes.
(edit) @35   9 years bmcguffin Added toXML implementation for Audio, CAD detail, Unit, Paramics, …
(edit) @34   9 years bmcguffin Added functionality to "Save Incident" menu dropdown button. Program now …
(edit) @30   9 years bmcguffin Made TimeSlice?, ScriptIncident?, and SimulationScript? all implement …
(edit) @29   9 years bmcguffin Added an interface to allow objects to return their held data in an …
(edit) @28   9 years bmcguffin Made Maintenance Radio events XML-compliant.
(edit) @24   9 years bmcguffin
(edit) @22   9 years bmcguffin Moved enum of XML elements to its own file.
(edit) @21   9 years bmcguffin Filled out toXML() method of TimeSlice? class; method now generates a …
(edit) @20   9 years bmcguffin Added new interface for objects which can be converted to DTD-compliant …
(edit) @19   9 years bmcguffin Moved enum of XML elements to its own file.
(edit) @16   9 years jdalbey project.properties updated so as to not show "Project Problems need …
(edit) @12   9 years bmcguffin Added a variable to track total number of events in the incident. Removed …
(edit) @9   9 years bmcguffin Decoupled ScriptIncident? from the observer-observable pattern. …
(edit) @7   9 years bmcguffin Renamed Interfaces in structures.events package from "*Interface" to …
(copy) @5   9 years jdalbey move project files to trunk
copied from src/scriptbuilder/structures:
(add) @1   9 years bmcguffin 2017/07/18: Uploaded entire prototype to SVN repo.
Note: See TracRevisionLog for help on using the revision log.