From 24b6a0c28b667bb8bffc6322003b0f2659e09994 Mon Sep 17 00:00:00 2001 From: "Loch Christian (uib05376)" Date: Wed, 16 Sep 2020 11:57:13 +0200 Subject: [PATCH] Import class diagram --- doc/classdiagram.graphml | 98 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 doc/classdiagram.graphml 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +