1
General Board / Pls Help me To Use UML !
« on: April 21, 2003, 10:06:06 pm »
Hello everybody :
Can somebody quickly draw a use case,sequence and collaboration diagram for the following project :
The project is TrafficFines management system for a TAXI COMPANY. Daily while each driver takes the taxi, the data such as his driverid, plateno, startdate, stopdate is entered in a table, lets say TaxiInfo.
Each month the police sends the traffic fines done by our vehicles. It will be entered in the system. The data sent by police includes - Ticket No,finedate,finetime,plate no. But mind you, there is no Driverid. To trace the driverid, the system will use finedate and plateno and then search within the startdate and stopdate range of that plateno in TaxiInfo table. After the search the data is inserted in the TrafficFines table.
As I don't know anything about UML, I hope somebody will definetly help me for the diagrams. If not then atleast help me with the UML tools like the oval shape, different types of flowlines, actors and collaboration diagrams.
Thanks in advance.
Regards,
-Marjo.
Can somebody quickly draw a use case,sequence and collaboration diagram for the following project :
The project is TrafficFines management system for a TAXI COMPANY. Daily while each driver takes the taxi, the data such as his driverid, plateno, startdate, stopdate is entered in a table, lets say TaxiInfo.
Each month the police sends the traffic fines done by our vehicles. It will be entered in the system. The data sent by police includes - Ticket No,finedate,finetime,plate no. But mind you, there is no Driverid. To trace the driverid, the system will use finedate and plateno and then search within the startdate and stopdate range of that plateno in TaxiInfo table. After the search the data is inserted in the TrafficFines table.
As I don't know anything about UML, I hope somebody will definetly help me for the diagrams. If not then atleast help me with the UML tools like the oval shape, different types of flowlines, actors and collaboration diagrams.
Thanks in advance.
Regards,
-Marjo.