Ask a question to Desklib · AI bot

Ask NowBETA

Object-Oriented Programming in Java: Assignment

Added on -2019-09-18

| 7 pages
| 1734 words
| 318 views

Trusted by 2+ million users,
1000+ happy students everyday

OOP in JavaProject developmentDegree Program:Year:Course No.:Course Title:Object-Oriented Programming in JavaType of Assessment:Case studyWeighting:Deadline Date:09/01/20171
Business caseSimulating an LGV SystemAssignment:Written report of 1000 words, excluding Table of Content and AppendixRationale:To assess students’ understanding of application development inEclipse, verifying how they can use and apply in a Project development all the technologies explained during lessons.Learning Outcomes:1.Interpret a software design for a given problem, critically analyzing the underpinning concepts of object-oriented modeling.2.Demonstration that the student has learned Java to a degree that he/she is able to develop a simple desktop application, that works based on the customer’s requirements.3.Demonstrate that the student is able to understand the System description and implement the corresponding OO code in Java.Deadline: 3 weeks after project has been introduced to the students.Assignment Format:Line space 1.5, Times New Roman size 12.Assessment Criteria:CriteriaPointsProblem description10Usage of Java to develop a functioning application40Screenshot of the system10Solution explanation30Extra information or design features10Total1002
The Case:Setting:Your company “Xtreme Software Builders” have been contacted to design a Controlling Software for an industrial LGV System that manages the operations between all the machinespresent in the system.This system is based on the following elements:a.Furnace : mechanical machine that presents as its output a box of tilesb.Wrapper : mechanical machine that receives in input a box of tiles and wraps it with a plastic box (to make all the tiles more stable). Then presents in output the same box ready to be picked up.c.LGV : mechanical robot that moves around the system picking up box from one placeand depositing it in a different place (it is an Autonomous robot that works without human intervention).d.Park : empty space that will contain boxes deposited by LGV robot.e.Supervisor : software system that manages all the machines and produces order for the LGV robot to move a box from one place to another.System FunctioningThe system to control is based on the elements above described and works as follow:Furnace : it produces as output a box of tiles that needs to be moved to Wrapper machine or to the Park depending on the temperature of this box :If Box_Temp < 100 C it has to be moved to the WrapperIf Box_Temp >= 100 C it has to be moved to the ParkThis machine can be represented using the following information:ID (identifier) [int]Temperature [int]Box_To_PickUp [bool]Wrapper : it is a machine that is used to put a plastic cover around the box to make all the tiles more stable. It presents two points:Input : to receive a box deposited by the LGV robotOutput : to present a wrapped box ready to be picked up by LGV robotThis machine can be represented using the following information:3

Found this document preview useful?

You are reading a preview
Upload your documents to download
or
Become a Desklib member to get accesss

Students who viewed this