diff --git a/doc/classdiagram.graphml b/doc/classdiagram.graphml new file mode 100644 index 0000000..3e53e8a --- /dev/null +++ b/doc/classdiagram.graphml @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Vehicle + + position: float +curVelocity: float +maxVelocity: float +brakeProp: float + timeElapse(timestep: int): void + + + + + + + + + + + + + Track + + + timeElapse(timestep: int): void + + + + + + + + + + + + + VehicleTimeRecord + + position: float +velocity: float +timestep: int + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +