Concurrent Programming with Java
Lab Manual, Version 1.0, F. Astha Ekadiyanto, 2002.

[Contents] [Next] [Previous]


Lab 2: Building Application

In this Lab, you will learn how to create an Application using the classes defined in Lab 1.
Creating an Application (and Applet) should be easier since we have developed some basic classes in the previous Lab (Lab #1).

In order to continue with this Lab, you should:

Case Problem Definition:

Develop an application (may be inherited from Msc Class ) that will demonstrate the construction of a mobile network with single MSC and several RBS with different cell shapes, and create reports on how to give access to points given by X and Y command line passing arguments. (Note: For Mobile Network Designer, the topology below is a very poorly designed topology. So, consider that would like to help them to prove how bad the topology is, by making a program that can analyze the coverage of this topology over a collection of access point locations.)

ID
X
Y
R
RBS-1
95
230
20
RBS-2
125
210
20
RBS-3
90
190
20
RBS-4
160
190
20
RBS-5
125
170
20
RBS-6
160
150
20
RBS-7
125
130
20
RBS-8
90
150
20
RBS-9
55
170
20

In this Lab. you will learn:


[Contents] [Next] [Previous]