25 Commits (69cd44bda8afbea9b47c2d9f1f06effa7b783a52)

Author SHA1 Message Date
cbt24 69cd44bda8 Reads data from boat XML file
9 years ago
David Wu a95a0c2543 Added documentation for multiple classes.
9 years ago
Erika Savell c3ee3ec9e2 Added new lines to the other two xml creators
9 years ago
Erika Savell 049f0f7331 Changed main loop so boats are looped through with a different starting boat
9 years ago
Erika Savell 42ad1f78fc Added heading to boatlocation messages
9 years ago
Erika Savell f2e0eec212 Fixed date time parsing problem
9 years ago
Erika Savell 63ee51d938 Fixed compoundMarkID typo that was causing a parse int exception
9 years ago
Erika Savell 9acd519d7b Removed the rest of the shared model classes needed by mock
9 years ago
Erika Savell 3f748bfdb6 Removed BoatInRace from shared model, refactored
9 years ago
fjc40 90f8bec415 Moved several classes from seng302.model to its own module - sharedModel (this is supposed to contain any shared data model code between mock and visualiser). Specifically, Regatta, Boat, BoatInRace, Constants, GPSCoordinate, Leg, Marker.
9 years ago
Erika Savell 83dfe1a60c Renamed some directories, optimized imports, general code clean up
9 years ago
Erika Savell e30aa02aac Commented and javadoc-ed RegattaData and BoatData
9 years ago
Erika Savell 302f2c6869 Javadoc and commented RaceData class
9 years ago
Erika Savell 3542827c29 Refactored RaceData class
9 years ago
Erika Savell 03f63b2c61 Added boat data xml tests
9 years ago
Erika Savell d05d7271fc Removed output stream, started refactoring BoatDataClass
9 years ago
Erika Savell 744caf0d29 Merge branch 'isolatingMock' of https://eng-git.canterbury.ac.nz/seng302-2017/team-7 into isolatingMock
9 years ago
David Wu d14446a12e Added extra constructor in Race.
9 years ago
Erika Savell 0719720585 Moved boat xml creation from Event class to BoatData class
9 years ago
Erika Savell 721fb5f28a Removed regatta xml creation from Event class into RegattaData class
9 years ago
fjc40 bf5ea193af Mock App now passes an OutputStream into the "Event" class. This is where data is written to (i.e., writing data over tcp socket).
9 years ago
Erika Savell 9764f448eb Added participants field to xml generator
9 years ago
Erika Savell fdba50f9d2 Added course limit, course and marker seq field to xml fiule of race info
9 years ago
Erika Savell 94ba18cf0c Began xml creator for race info message
9 years ago
Erika Savell 97c5c9662b Wrapped race in an event which sends out starting xml files
9 years ago