Proposal Mini Projek Java Programming: BIL Topic 1 Project Title 2
Proposal Mini Projek Java Programming: BIL Topic 1 Project Title 2
1 PROJECT TITLE 2
INTRODUCTION
i. Problem Statement
ii. Objectives
iii. Scope
2 METHOD
i. UML(class design) 3
ii. Input
iii. Proses 4
iv. Output
3 CONCLUSION 5
PROPOSAL
PROJECT TITLE
1
TrafficLight Program
INTRODUCTION
i. Problem Statement
ii. Objectives
iii.Scope
METHOD
2
i. UML (class design)
TRAFFIC LIGHT
-nameDriver:String
-movementType : String
- colorType : String
+getData( )
+setData( )
+displayInformation( )
ii. Input
iii.Process
- The normal traffic light will tell driver to go
- The normal traffic light will tell driver to PrepareToGo
- The normal traffic light will tell driver to stop
- The normal traffic light will tell driver to PrepareToStop
iv. Output
- Display the normal traffic light tell driver to go when color of light
is green.
- Display the normal traffic light tell driver to PrepareToGo when
color of light is between red and yellow.
- Display the normal traffic light tell driver to stop when color of
light is red.
- Display the normal traffic light tell driver to PrepareToStop when
color of light is yellow.
CONCLUSION
4
trafficLight able created so that it can help user to move their car when
systems tell them to move,prepare to go,prepare to stop and stop.Beside
that,user can know by system display not enter it self.