SlideShare a Scribd company logo
1 of 24
1
Project 1
Introduction - the SeaPort Project series
For this set of projects for the course, we wish to simulate some
of the aspects of a number of Sea Ports.
Here are the classes and their instance variables we wish to
define:
o variables used by the GUI interface
o world: World
o index: int
o name: String
o parent: int
o ports: ArrayList <SeaPort>
o time: PortTime
extends Thing
o docks: ArrayList <Dock>
o que: ArrayList <Ship> // the list of ships waiting to dock
o ships: ArrayList <Ship> // a list of all the ships at this port
o persons: ArrayList <Person> // people with skills at this port
ng
o ship: Ship
o arrivalTime, dockTime: PortTime
o draft, length, weight, width: double
o jobs: ArrayList <Job>
o numberOfOccupiedRooms: int
o numberOfPassengers: int
o numberOfRooms: int
rgoShip extends Ship
o cargoValue: double
o cargoVolume: double
o cargoWeight: double
o skill: String
- optional till Projects 3 and 4
o duration: double
o requirements: ArrayList <String>
// should be some of the skills of the persons
o time: int
Eventually, in Projects 3 and 4, you will be asked to show the
progress of the jobs using JProgressBar's.
2
Here's a very quick overview of all projects:
1. Read a data file, create the internal data structure, create a
GUI to display the structure, and let
the user search the structure.
2. Sort the structure, use hash maps to create the structure more
efficiently.
3. Create a thread for each job, cannot run until a ship has a
dock, create a GUI to show the
progress of each job.
4. Simulate competing for resources (persons with particular
skills) for each job.
Project 1 General Objectives
Project 1 - classes, text data file, GUI, searching
e classes, including:
o instance and class variables,
o constructors,
o toString methods, and
o other appropriate methods.
o specified at run time,
// start at dot, the current directory
o using that data to create instances of the classes,
o creating a multi-tree (class instances related in hierarchical,
has-some, relationships),
and
o organizing those instances in existing JDK structures which
can be sorted, such as
ArrayList's.
o presenting the data in the structures with with some buttons
and
o text fields supporting SEARCHING on the various fields of
each class.
Documentation Requirements:
You should start working on a documentation file before you do
anything else with these projects, and
fill in items as you go along. Leaving the documentation until
the project is finished is not a good idea for
any number of reasons.
The documentation should include the following (graded)
elements:
information)
o including a UML class diagram
o classes, variables and methods: what they mean and why they
are there
o tied to the requirements of the project
Guide
o how would a user start and run your project
o any special features
3
o effective screen shots are welcome, but don't overdo this
o do this BEFORE you code anything
o what do you EXPECT the project to do
o justification for various data files, for example
o express yourself here
o a way to keep good memories of successes after hard work
Project 1 Specific Goals:
1. Create a GUI
2. Let the user select a data file, using JFileChooser
3. Read the data file, creating the specified internal data
structure (see the Introduction for the
classes and variables of the structure).
4. Display the internal data structure in a nice format in the GUI
1. use JScrollPane and JTextArea
5. Display the results of a Search specified by the user
1. JTextField to specify the search target
2. Searching targets: name, index, skill would be a minimum
you are encouraged to provide other options
3. Note that a search may return more than one item
4. DO NOT create new data structures (beyond the specified
internal data structure) to
search
you may create a structure of found items as a return value
Data file format:
data file.
e may have comment lines, which will start with a
//.
should accept and ignore.
values, indicating which item is being
specified, its name, its index, and the index of its parent - which
is used to specify the
connections used to create the internal data structure (ie, assign
an item to it parent or parent
ArrayList).
to
the class of that item.
one space)
o This works well with Scanner methods, such as next(),
nextInt() and nextDouble().
Here are the details of valid lines, with an example of each line.
// port name index parent(null)
// port <string> <int> <int>
port Kandahar 10002 0
file:///C:/Users/jim/Documents/UMUC/Courses/CMSC335/CMS
C_335_Projects/index.html%23Introduction
4
// dock name index parent(port)
// dock <string> <int> <int>
dock Pier_5 20005 10001 30005
// ship name index parent(dock/port) weight length width draft
// ship <string> <int> <int> <double> <double> <double>
<double>
ship Reason 40003 10000 165.91 447.15 85.83
27.07
// cship name index parent(dock/port) weight length width draft
cargoWeight cargoVolume cargoValue
// cship <string> <int> <int> <double> <double> <double>
<double> <double> <double> <double>
cship Suites 40003 10000 165.91 447.15 85.83
27.07 125.09 176.80 857.43
// pship name index parent(dock/port) weight length width draft
numPassengers numRooms
numOccupied
// pship <string> <int> <int> <double> <double> <double>
<double> <int> <int> <int>
pship "ZZZ_Hysterics" 30002 20002 103.71 327.92 56.43
30.23 3212 917 917
// person name index parent skill
// person <string> <int> <int> <string>
person Alberto 50013 10001 cleaner
// job name index parent duration [skill]* (zero or more,
matches skill in person, may repeat)
// job <string> <int> <int> <double> [<string>]* (ie, zero
or more)
job Job_10_94_27 60020 30007 77.78 carpenter cleaner
clerk
You may assume that the data file is correctly formatted and
that the parent links exist and are
encountered in the data file as item indices before they are
referenced as parent links.
There is a Java program (CreateSeaPortDataFile.java) provided
with this package that will generate data
files with various characteristics with the correct format. You
should be using the program to generate
your own data files to test various aspects of your project
programs.
Sample input file:
// File: aSPaa.txt
// Data file for SeaPort projects
// Date: Sat Jul 09 22:51:16 EDT 2016
// parameters: 1 1 5 5 1 5
// ports, docks, pships, cships, jobs, persons
// port name index parent(null)
// port <string> <int> <int>
port Lanshan 10000 0
// dock name index parent(port)
// dock <string> <int> <int>
dock Pier_4 20004 10000 30004
5
dock Pier_0 20000 10000 30000
dock Pier_1 20001 10000 30001
dock Pier_3 20003 10000 30003
dock Pier_2 20002 10000 30002
// pship name index parent(dock/port) weight length width draft
numPassengers numRooms
numOccupied
// pship <string> <int> <int> <double> <double> <double>
<double> <int> <int> <int>
pship Gallinules 30000 20000 125.99 234.70 60.67
37.14 746 246 246
pship Remora 30001 20001 126.38 358.27 74.12
31.54 3768 979 979
pship Absentmindedness 30004 20004 86.74 450.43 33.13
41.67 2143 920 920
pship Preanesthetic 30003 20003 149.85 483.92 125.71
31.21 166 409 83
pship Shoetrees 30002 20002 134.41 156.96 120.31
35.20 1673 633 633
// cship name index parent(dock/port) weight length width draft
cargoWeight cargoVolume cargoValue
// cship <string> <int> <int> <double> <double> <double>
<double> <double> <double> <double>
cship Erosional 40001 10000 200.80 242.33 38.31
23.49 172.73 188.54 235.57
cship Kielbasas 40000 10000 120.85 362.55 96.82
19.09 33.08 188.31 261.57
cship Generics 40002 10000 79.90 234.26 73.18
15.71 125.27 179.00 729.95
cship Barcelona 40003 10000 219.92 443.54 104.44
34.16 86.69 139.89 813.72
cship Toluene 40004 10000 189.12 448.99 73.97
37.67 88.90 175.03 1002.63
// person name index parent skill
// person <string> <int> <int> <string>
person Sara 50000 10000 electrician
person Duane 50002 10000 inspector
person Betsy 50004 10000 cleaner
person Archie 50003 10000 captain
person Thomas 50001 10000 clerk
Sample output as plain text - which should be displayed in a
JTextArea on a JScrollPane in the
BorderLayout.CENTER area of a JFrame:
>>>>> The world:
SeaPort: Lanshan 10000
Dock: Pier_4 20004
Ship: Passenger ship: Absentmindedness 30004
Dock: Pier_0 20000
Ship: Passenger ship: Gallinules 30000
Dock: Pier_1 20001
Ship: Passenger ship: Remora 30001
Dock: Pier_3 20003
6
Ship: Passenger ship: Preanesthetic 30003
Dock: Pier_2 20002
Ship: Passenger ship: Shoetrees 30002
--- List of all ships in que:
> Cargo Ship: Erosional 40001
> Cargo Ship: Kielbasas 40000
> Cargo Ship: Generics 40002
> Cargo Ship: Barcelona 40003
> Cargo Ship: Toluene 40004
--- List of all ships:
> Passenger ship: Gallinules 30000
> Passenger ship: Remora 30001
> Passenger ship: Absentmindedness 30004
> Passenger ship: Preanesthetic 30003
> Passenger ship: Shoetrees 30002
> Cargo Ship: Erosional 40001
> Cargo Ship: Kielbasas 40000
> Cargo Ship: Generics 40002
> Cargo Ship: Barcelona 40003
> Cargo Ship: Toluene 40004
--- List of all persons:
> Person: Sara 50000 electrician
> Person: Duane 50002 inspector
> Person: Betsy 50004 cleaner
> Person: Archie 50003 captain
> Person: Thomas 50001 clerk
Suggestions:
Methods that should be implemented.
Each class should have an appropriate toString method. Here is
an example of two such methods:
- showing all the data structures:
public String toString () {
String st = "nnSeaPort: " + super.toString();
for (Dock md: docks) st += "n" + md;
st += "nn --- List of all ships in que:";
for (Ship ms: que ) st += "n > " + ms;
st += "nn --- List of all ships:";
for (Ship ms: ships) st += "n > " + ms;
st += "nn --- List of all persons:";
for (Person mp: persons) st += "n > " + mp;
7
return st;
} // end method toString
ent toString effectively:
public String toString () {
String st = "Passenger ship: " + super.toString();
if (jobs.size() == 0)
return st;
for (Job mj: jobs) st += "n - " + mj;
return st;
} // end method toString
Each class should have an appropriate Scanner constructor,
allowing the class to take advantage of
super constructors, and any particular constructor focusing only
on the addition elements of interest to
that particular class. As an example, here's one way to
implement the PassengerShip constructor:
handled by Thing (fields: name, index,
parent) and Ship (fields: weight, length, width, draft)
constructors.
public PassengerShip (Scanner sc) {
super (sc);
if (sc.hasNextInt()) numberOfPassengers = sc.nextInt();
if (sc.hasNextInt()) numberOfRooms = sc.nextInt();
if (sc.hasNextInt()) numberOfOccupiedRooms =
sc.nextInt();
} // end end Scanner constructor
In the World class, we want to read the text file line by line.
Here are some useful methods types and
code fragments that you should find helpful:
void process (String st) {
// System.out.println ("Processing >" + st + "<");
Scanner sc = new Scanner (st);
if (!sc.hasNext())
return;
switch (sc.next()) {
case "port" : addPort (sc);
break;
- finding the parent of a job, for
example:
Ship getShipByIndex (int x) {
for (SeaPort msp: ports)
for (Ship ms: msp.ships)
if (ms.index == x)
return ms;
return null;
} // end getDockByIndex
ent:
void assignShip (Ship ms) {
Dock md = getDockByIndex (ms.parent);
if (md == null) {
8
getSeaPortByIndex (ms.parent).ships.add (ms);
getSeaPortByIndex (ms.parent).que.add (ms);
return;
}
md.ship = ms;
getSeaPortByIndex (md.parent).ships.add (ms);
} // end method assignShip
You will probably find the comments in the following helpful,
they are mostly about similar projects and
general issues in Java relevant to our programs:
- getting started
Deliverables:
1. Java source code files
2. Data files used to test your program
3. Configuration files used
4. A well-written document including the following sections:
a. Design: including a UML class diagram showing the type of
the class relationships
b. User's Guide: description of how to set up and run your
application
c. Test Plan: sample input and expected results, and including
test data and results, with
screen snapshots of some of your test cases
d. Optionally, Comments: design strengths and limitations, and
suggestions for future
improvement and alternative approaches
e. Lessons Learned
f. Use one of the following formats: MS Word docx or PDF.
Your project is due by midnight, EST, on the day of the date
posted in the class schedule. We do not
recommend staying up all night working on your project - it is
so very easy to really mess up a project at
the last minute by working when one was overly tired.
Your instructor's policy on late projects applies to this project.
Submitted projects that show evidence of plagiarism will be
handled in accordance with UMUC Policy
150.25 — Academic Dishonesty and Plagiarism.
Format:
The documentation describing and reflecting on your design and
approach should be written using
Microsoft Word or PDF, and should be of reasonable length.
The font size should be 12 point. The page
margins should be one inch. The paragraphs should be double
spaced. All figures, tables, equations, and
references should be properly labeled and formatted using APA
style.
http://sandsduchon.org/duchon/cs335/index.html
http://sandsduchon.org/duchon/cs335/cave/strategy.html
http://sandsduchon.org/duchon/cs335/cave/strategy.html
http://sandsduchon.org/duchon/cs335/cave/strategy.html
9
Coding Hints:
(https://google.github.io/styleguide/javaguide.html))
o header comment block, including the following information in
each source code file:
o file name
o date
o author
o purpose
o appropriate comments within the code
o appropriate variable and function names
o correct indentation
o code submitted should have no compilation or run-time errors
o Your program should have no warnings
o Use the following compiler flag to show all warnings:
javac -Xlint *.java
o More about setting up IDE's to show warnings
o Generics - your code should use generic declarations
appropriately, and to eliminate all
warnings
o just the right amount of code
o effective use of existing classes in the JDK
o effective use of the class hierarchy, including features related
to polymorphism.
o GUI should resize nicely
o DO NOT use the GUI editor/generators in an IDE (integrated
development environment,
such as Netbeans and Eclipse)
o Do use JPanel, JFrame, JTextArea, JTextField, JButton,
JLabel, JScrollPane
during resizing
JTable and/or JTree for Projects 2, 3 and 4
program, setting for the
JTextArea jta:
jta.setFont (new java.awt.Font ("Monospaced", 0,
12));
o GridLayout and BorderLayout - FlowLayout rarely resizes
nicely
o ActionListener, ActionEvent - responding to JButton events
listeners MUCH simpler.
See the example below, with jbr (read), jbd (display) and jbs
(search) three
different JButtons.
jcb is a JComboBox <String> and jtf is a JTextField.
jbr.addActionListener (e -> readFile());
jbd.addActionListener (e -> displayCave ());
jbs.addActionListener (e -> search
((String)(jcb.getSelectedItem()), jtf.getText()));
http://sandsduchon.org/duchon/Musings/a/warnings.html
10
o JFileChooser - select data file at run time
o JSplitPane - optional, but gives user even more control over
display panels
Grading Rubric:
Attribute Meets Does not meet
Design 20 points
Contains just the right amount of
code.
Uses existing classes in the JDK
effectively.
Effectively uses of the class
hierarchy, including features
related to polymorphism.
0 points
Does not contain just the right amount
of code.
Does not use existing classes in the JDK
effectively.
Does not effectively use of the class
hierarchy, including features related to
polymorphism.
Functionality 40 points
Contains no coding errors.
Contains no compile warnings.
Creates a GUI.
Lets the user select a data file,
using JFileChooser.
Reads the data file, creating the
specified internal data structure .
Displays the internal data structure
in a nice format in the GUI.
Displays the results of a Search
specified by the user.
0 points
Contains coding errors.
Contains compile warnings.
Does not create a GUI.
Does not let the user select a data file,
using JFileChooser.
Does not read the data file, creating
the specified internal data structure.
Does not display the internal data
structure in a nice format in the GUI.
Does not display the results of a Search
specified by the user.
Test Data 20 points
Tests the application using multiple
and varied test cases.
0 points
Does not test the application using
multiple and varied test cases.
Documentation and
submission
15 points
Source code files include header
comment block, including file
name, date, author, purpose,
appropriate comments within the
code, appropriate variable and
0 points
Source code files do not include header
comment block, or include file name,
date, author, purpose, appropriate
comments within the code, appropriate
variable and function names, correct
indentation.
11
function names, correct
indentation.
Submission includes Java source
code files, Data files used to test
your program, Configuration files
used.
Documentation includes a UML
class diagram showing the type of
the class relationships.
Documentation includes a user's
Guide describing of how to set up
and run your application.
Documentation includes a test plan
with sample input and expected
results, test data and results and
screen snapshots of some of your
test cases.
Documentation includes Lessons
learned.
Documentation is in an acceptable
format.
Submission does not include Java
source code files, Data files used to test
your program, Configuration files used.
Documentation does not include a UML
class diagram showing the type of the
class relationships.
Documentation does not include a
user's Guide describing of how to set
up and run your application.
Documentation does not include a test
plan with sample input and expected
results, test data and results and screen
snapshots of some of your test cases.
Documentation does not include
Lessons learned.
Documentation is not in an acceptable
format.
Documentation form,
grammar and spelling
5 points
Document is well-organized.
The font size should be 12 point.
The page margins should be one
inch.
The paragraphs should be double
spaced.
All figures, tables, equations, and
references should be properly
labeled and formatted using APA
style.
The document should contain
minimal spelling and grammatical
errors.
0 points
Document is not well-organized.
The font size is not 12 point.
The page margins are not one inch.
The paragraphs are not double spaced.
All figures, tables, equations, and
references are not properly labeled or
formatted using APA style.
The document should contains many
spelling and grammatical errors.
1  Project 1 Introduction - the SeaPort Project seri.docx

More Related Content

Similar to 1 Project 1 Introduction - the SeaPort Project seri.docx

All Aboard The Scala-to-PureScript Express!
All Aboard The Scala-to-PureScript Express!All Aboard The Scala-to-PureScript Express!
All Aboard The Scala-to-PureScript Express!John De Goes
 
The ARK Identifier Scheme at Ten Years Old
The ARK Identifier Scheme at Ten Years OldThe ARK Identifier Scheme at Ten Years Old
The ARK Identifier Scheme at Ten Years OldJohn Kunze
 
r,rstats,r language,r packages
r,rstats,r language,r packagesr,rstats,r language,r packages
r,rstats,r language,r packagesAjay Ohri
 
2017 02-07 - elastic & spark. building a search geo locator
2017 02-07 - elastic & spark. building a search geo locator2017 02-07 - elastic & spark. building a search geo locator
2017 02-07 - elastic & spark. building a search geo locatorAlberto Paro
 
2017 02-07 - elastic & spark. building a search geo locator
2017 02-07 - elastic & spark. building a search geo locator2017 02-07 - elastic & spark. building a search geo locator
2017 02-07 - elastic & spark. building a search geo locatorAlberto Paro
 
Lecture 9_Classes.pptx
Lecture 9_Classes.pptxLecture 9_Classes.pptx
Lecture 9_Classes.pptxNelyJay
 
Cocoa Design Patterns in Swift
Cocoa Design Patterns in SwiftCocoa Design Patterns in Swift
Cocoa Design Patterns in SwiftMichele Titolo
 
ComputeFest 2012: Intro To R for Physical Sciences
ComputeFest 2012: Intro To R for Physical SciencesComputeFest 2012: Intro To R for Physical Sciences
ComputeFest 2012: Intro To R for Physical Sciencesalexstorer
 
Introduction to r studio on aws 2020 05_06
Introduction to r studio on aws 2020 05_06Introduction to r studio on aws 2020 05_06
Introduction to r studio on aws 2020 05_06Barry DeCicco
 
The purpose of this C++ programming project is to allow the student .pdf
The purpose of this C++ programming project is to allow the student .pdfThe purpose of this C++ programming project is to allow the student .pdf
The purpose of this C++ programming project is to allow the student .pdfRahul04August
 
R Programming: Importing Data In R
R Programming: Importing Data In RR Programming: Importing Data In R
R Programming: Importing Data In RRsquared Academy
 
C programming language tutorial
C programming language tutorial C programming language tutorial
C programming language tutorial javaTpoint s
 
C cheat sheet for varsity (extreme edition)
C cheat sheet for varsity (extreme edition)C cheat sheet for varsity (extreme edition)
C cheat sheet for varsity (extreme edition)Saifur Rahman
 
Pig Introduction to Pig
Pig Introduction to PigPig Introduction to Pig
Pig Introduction to PigChris Wilkes
 
Node Classifier Fundamentals - PuppetConf 2014
Node Classifier Fundamentals - PuppetConf 2014Node Classifier Fundamentals - PuppetConf 2014
Node Classifier Fundamentals - PuppetConf 2014Puppet
 

Similar to 1 Project 1 Introduction - the SeaPort Project seri.docx (20)

C++ theory
C++ theoryC++ theory
C++ theory
 
All Aboard The Scala-to-PureScript Express!
All Aboard The Scala-to-PureScript Express!All Aboard The Scala-to-PureScript Express!
All Aboard The Scala-to-PureScript Express!
 
The ARK Identifier Scheme at Ten Years Old
The ARK Identifier Scheme at Ten Years OldThe ARK Identifier Scheme at Ten Years Old
The ARK Identifier Scheme at Ten Years Old
 
Reversing JavaScript
Reversing JavaScriptReversing JavaScript
Reversing JavaScript
 
r,rstats,r language,r packages
r,rstats,r language,r packagesr,rstats,r language,r packages
r,rstats,r language,r packages
 
2017 02-07 - elastic & spark. building a search geo locator
2017 02-07 - elastic & spark. building a search geo locator2017 02-07 - elastic & spark. building a search geo locator
2017 02-07 - elastic & spark. building a search geo locator
 
2017 02-07 - elastic & spark. building a search geo locator
2017 02-07 - elastic & spark. building a search geo locator2017 02-07 - elastic & spark. building a search geo locator
2017 02-07 - elastic & spark. building a search geo locator
 
Lecture 9_Classes.pptx
Lecture 9_Classes.pptxLecture 9_Classes.pptx
Lecture 9_Classes.pptx
 
Cocoa Design Patterns in Swift
Cocoa Design Patterns in SwiftCocoa Design Patterns in Swift
Cocoa Design Patterns in Swift
 
RCEC Email 4.7.03 (b)
RCEC Email 4.7.03 (b)RCEC Email 4.7.03 (b)
RCEC Email 4.7.03 (b)
 
ComputeFest 2012: Intro To R for Physical Sciences
ComputeFest 2012: Intro To R for Physical SciencesComputeFest 2012: Intro To R for Physical Sciences
ComputeFest 2012: Intro To R for Physical Sciences
 
Templates
TemplatesTemplates
Templates
 
Introduction to r studio on aws 2020 05_06
Introduction to r studio on aws 2020 05_06Introduction to r studio on aws 2020 05_06
Introduction to r studio on aws 2020 05_06
 
The purpose of this C++ programming project is to allow the student .pdf
The purpose of this C++ programming project is to allow the student .pdfThe purpose of this C++ programming project is to allow the student .pdf
The purpose of this C++ programming project is to allow the student .pdf
 
R Programming: Importing Data In R
R Programming: Importing Data In RR Programming: Importing Data In R
R Programming: Importing Data In R
 
C programming language tutorial
C programming language tutorial C programming language tutorial
C programming language tutorial
 
C cheat sheet for varsity (extreme edition)
C cheat sheet for varsity (extreme edition)C cheat sheet for varsity (extreme edition)
C cheat sheet for varsity (extreme edition)
 
Pig Introduction to Pig
Pig Introduction to PigPig Introduction to Pig
Pig Introduction to Pig
 
Node Classifier Fundamentals - PuppetConf 2014
Node Classifier Fundamentals - PuppetConf 2014Node Classifier Fundamentals - PuppetConf 2014
Node Classifier Fundamentals - PuppetConf 2014
 
Easy R
Easy REasy R
Easy R
 

More from oswald1horne84988

1 Network Analysis and Design This assignment is.docx
1  Network Analysis and Design  This assignment is.docx1  Network Analysis and Design  This assignment is.docx
1 Network Analysis and Design This assignment is.docxoswald1horne84988
 
1 Name _____________________________ MTH129 Fall .docx
1  Name  _____________________________ MTH129 Fall .docx1  Name  _____________________________ MTH129 Fall .docx
1 Name _____________________________ MTH129 Fall .docxoswald1horne84988
 
1 Lab 8 -Ballistic Pendulum Since you will be desig.docx
1  Lab 8 -Ballistic Pendulum Since you will be desig.docx1  Lab 8 -Ballistic Pendulum Since you will be desig.docx
1 Lab 8 -Ballistic Pendulum Since you will be desig.docxoswald1horne84988
 
1 I Samuel 8-10 Israel Asks for a King 8 When S.docx
1  I Samuel 8-10 Israel Asks for a King 8 When S.docx1  I Samuel 8-10 Israel Asks for a King 8 When S.docx
1 I Samuel 8-10 Israel Asks for a King 8 When S.docxoswald1horne84988
 
1 Journal Entry #9 What principle did you select .docx
1  Journal Entry #9 What principle did you select .docx1  Journal Entry #9 What principle did you select .docx
1 Journal Entry #9 What principle did you select .docxoswald1horne84988
 
1 HCA 448 Case 2 for 10042018 Recently, a pat.docx
1  HCA 448 Case 2 for 10042018 Recently, a pat.docx1  HCA 448 Case 2 for 10042018 Recently, a pat.docx
1 HCA 448 Case 2 for 10042018 Recently, a pat.docxoswald1horne84988
 
1 Chapter 2 Understanding Rhetoric Goal To re.docx
1  Chapter 2 Understanding Rhetoric  Goal To re.docx1  Chapter 2 Understanding Rhetoric  Goal To re.docx
1 Chapter 2 Understanding Rhetoric Goal To re.docxoswald1horne84988
 
1 HC2091 Finance for Business Trimester 2 2.docx
1  HC2091 Finance for Business      Trimester 2 2.docx1  HC2091 Finance for Business      Trimester 2 2.docx
1 HC2091 Finance for Business Trimester 2 2.docxoswald1horne84988
 
1 ECE 175 Computer Programming for Engineering Applica.docx
1  ECE 175 Computer Programming for Engineering Applica.docx1  ECE 175 Computer Programming for Engineering Applica.docx
1 ECE 175 Computer Programming for Engineering Applica.docxoswald1horne84988
 
1 Cinemark Holdings Inc. Simulated ERM Program .docx
1  Cinemark Holdings Inc. Simulated ERM Program  .docx1  Cinemark Holdings Inc. Simulated ERM Program  .docx
1 Cinemark Holdings Inc. Simulated ERM Program .docxoswald1horne84988
 
1 Figure 1 Picture of Richard Selzer Richard Selz.docx
1  Figure 1 Picture of Richard Selzer Richard Selz.docx1  Figure 1 Picture of Richard Selzer Richard Selz.docx
1 Figure 1 Picture of Richard Selzer Richard Selz.docxoswald1horne84988
 
1 Films on Africa 1. A star () next to a film i.docx
1  Films on Africa  1. A star () next to a film i.docx1  Films on Africa  1. A star () next to a film i.docx
1 Films on Africa 1. A star () next to a film i.docxoswald1horne84988
 
1 Contemporary Approaches in Management of Risk in .docx
1  Contemporary Approaches in Management of Risk in .docx1  Contemporary Approaches in Management of Risk in .docx
1 Contemporary Approaches in Management of Risk in .docxoswald1horne84988
 
1 Assignment front Sheet Qualification Unit n.docx
1  Assignment front Sheet   Qualification Unit n.docx1  Assignment front Sheet   Qualification Unit n.docx
1 Assignment front Sheet Qualification Unit n.docxoswald1horne84988
 
1 BBS300 Empirical Research Methods for Business .docx
1  BBS300 Empirical  Research  Methods  for  Business .docx1  BBS300 Empirical  Research  Methods  for  Business .docx
1 BBS300 Empirical Research Methods for Business .docxoswald1horne84988
 
1 ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
1  ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx1  ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
1 ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docxoswald1horne84988
 
1 Assessment details for ALL students Assessment item.docx
1  Assessment details for ALL students Assessment item.docx1  Assessment details for ALL students Assessment item.docx
1 Assessment details for ALL students Assessment item.docxoswald1horne84988
 
1 CDU APA 6th Referencing Style Guide (Febru.docx
1  CDU APA 6th  Referencing Style Guide (Febru.docx1  CDU APA 6th  Referencing Style Guide (Febru.docx
1 CDU APA 6th Referencing Style Guide (Febru.docxoswald1horne84988
 
1 BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
1  BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx1  BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
1 BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docxoswald1horne84988
 
1 Business Intelligence Case Project Backgro.docx
1  Business Intelligence Case    Project Backgro.docx1  Business Intelligence Case    Project Backgro.docx
1 Business Intelligence Case Project Backgro.docxoswald1horne84988
 

More from oswald1horne84988 (20)

1 Network Analysis and Design This assignment is.docx
1  Network Analysis and Design  This assignment is.docx1  Network Analysis and Design  This assignment is.docx
1 Network Analysis and Design This assignment is.docx
 
1 Name _____________________________ MTH129 Fall .docx
1  Name  _____________________________ MTH129 Fall .docx1  Name  _____________________________ MTH129 Fall .docx
1 Name _____________________________ MTH129 Fall .docx
 
1 Lab 8 -Ballistic Pendulum Since you will be desig.docx
1  Lab 8 -Ballistic Pendulum Since you will be desig.docx1  Lab 8 -Ballistic Pendulum Since you will be desig.docx
1 Lab 8 -Ballistic Pendulum Since you will be desig.docx
 
1 I Samuel 8-10 Israel Asks for a King 8 When S.docx
1  I Samuel 8-10 Israel Asks for a King 8 When S.docx1  I Samuel 8-10 Israel Asks for a King 8 When S.docx
1 I Samuel 8-10 Israel Asks for a King 8 When S.docx
 
1 Journal Entry #9 What principle did you select .docx
1  Journal Entry #9 What principle did you select .docx1  Journal Entry #9 What principle did you select .docx
1 Journal Entry #9 What principle did you select .docx
 
1 HCA 448 Case 2 for 10042018 Recently, a pat.docx
1  HCA 448 Case 2 for 10042018 Recently, a pat.docx1  HCA 448 Case 2 for 10042018 Recently, a pat.docx
1 HCA 448 Case 2 for 10042018 Recently, a pat.docx
 
1 Chapter 2 Understanding Rhetoric Goal To re.docx
1  Chapter 2 Understanding Rhetoric  Goal To re.docx1  Chapter 2 Understanding Rhetoric  Goal To re.docx
1 Chapter 2 Understanding Rhetoric Goal To re.docx
 
1 HC2091 Finance for Business Trimester 2 2.docx
1  HC2091 Finance for Business      Trimester 2 2.docx1  HC2091 Finance for Business      Trimester 2 2.docx
1 HC2091 Finance for Business Trimester 2 2.docx
 
1 ECE 175 Computer Programming for Engineering Applica.docx
1  ECE 175 Computer Programming for Engineering Applica.docx1  ECE 175 Computer Programming for Engineering Applica.docx
1 ECE 175 Computer Programming for Engineering Applica.docx
 
1 Cinemark Holdings Inc. Simulated ERM Program .docx
1  Cinemark Holdings Inc. Simulated ERM Program  .docx1  Cinemark Holdings Inc. Simulated ERM Program  .docx
1 Cinemark Holdings Inc. Simulated ERM Program .docx
 
1 Figure 1 Picture of Richard Selzer Richard Selz.docx
1  Figure 1 Picture of Richard Selzer Richard Selz.docx1  Figure 1 Picture of Richard Selzer Richard Selz.docx
1 Figure 1 Picture of Richard Selzer Richard Selz.docx
 
1 Films on Africa 1. A star () next to a film i.docx
1  Films on Africa  1. A star () next to a film i.docx1  Films on Africa  1. A star () next to a film i.docx
1 Films on Africa 1. A star () next to a film i.docx
 
1 Contemporary Approaches in Management of Risk in .docx
1  Contemporary Approaches in Management of Risk in .docx1  Contemporary Approaches in Management of Risk in .docx
1 Contemporary Approaches in Management of Risk in .docx
 
1 Assignment front Sheet Qualification Unit n.docx
1  Assignment front Sheet   Qualification Unit n.docx1  Assignment front Sheet   Qualification Unit n.docx
1 Assignment front Sheet Qualification Unit n.docx
 
1 BBS300 Empirical Research Methods for Business .docx
1  BBS300 Empirical  Research  Methods  for  Business .docx1  BBS300 Empirical  Research  Methods  for  Business .docx
1 BBS300 Empirical Research Methods for Business .docx
 
1 ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
1  ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx1  ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
1 ASSIGNMENT 7 C – MERGING DATA FILES IN STATA Do.docx
 
1 Assessment details for ALL students Assessment item.docx
1  Assessment details for ALL students Assessment item.docx1  Assessment details for ALL students Assessment item.docx
1 Assessment details for ALL students Assessment item.docx
 
1 CDU APA 6th Referencing Style Guide (Febru.docx
1  CDU APA 6th  Referencing Style Guide (Febru.docx1  CDU APA 6th  Referencing Style Guide (Febru.docx
1 CDU APA 6th Referencing Style Guide (Febru.docx
 
1 BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
1  BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx1  BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
1 BIOL 102 Lab 9 Simulated ABO and Rh Blood Typing.docx
 
1 Business Intelligence Case Project Backgro.docx
1  Business Intelligence Case    Project Backgro.docx1  Business Intelligence Case    Project Backgro.docx
1 Business Intelligence Case Project Backgro.docx
 

Recently uploaded

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 

Recently uploaded (20)

SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 

1 Project 1 Introduction - the SeaPort Project seri.docx

  • 1. 1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of Sea Ports. Here are the classes and their instance variables we wish to define: o variables used by the GUI interface o world: World o index: int o name: String o parent: int o ports: ArrayList <SeaPort> o time: PortTime extends Thing o docks: ArrayList <Dock> o que: ArrayList <Ship> // the list of ships waiting to dock o ships: ArrayList <Ship> // a list of all the ships at this port o persons: ArrayList <Person> // people with skills at this port
  • 2. ng o ship: Ship o arrivalTime, dockTime: PortTime o draft, length, weight, width: double o jobs: ArrayList <Job> o numberOfOccupiedRooms: int o numberOfPassengers: int o numberOfRooms: int rgoShip extends Ship o cargoValue: double o cargoVolume: double o cargoWeight: double o skill: String - optional till Projects 3 and 4 o duration: double o requirements: ArrayList <String> // should be some of the skills of the persons o time: int Eventually, in Projects 3 and 4, you will be asked to show the progress of the jobs using JProgressBar's. 2
  • 3. Here's a very quick overview of all projects: 1. Read a data file, create the internal data structure, create a GUI to display the structure, and let the user search the structure. 2. Sort the structure, use hash maps to create the structure more efficiently. 3. Create a thread for each job, cannot run until a ship has a dock, create a GUI to show the progress of each job. 4. Simulate competing for resources (persons with particular skills) for each job. Project 1 General Objectives Project 1 - classes, text data file, GUI, searching e classes, including: o instance and class variables, o constructors, o toString methods, and o other appropriate methods. o specified at run time, // start at dot, the current directory o using that data to create instances of the classes, o creating a multi-tree (class instances related in hierarchical, has-some, relationships),
  • 4. and o organizing those instances in existing JDK structures which can be sorted, such as ArrayList's. o presenting the data in the structures with with some buttons and o text fields supporting SEARCHING on the various fields of each class. Documentation Requirements: You should start working on a documentation file before you do anything else with these projects, and fill in items as you go along. Leaving the documentation until the project is finished is not a good idea for any number of reasons. The documentation should include the following (graded) elements: information) o including a UML class diagram o classes, variables and methods: what they mean and why they are there o tied to the requirements of the project Guide o how would a user start and run your project o any special features
  • 5. 3 o effective screen shots are welcome, but don't overdo this o do this BEFORE you code anything o what do you EXPECT the project to do o justification for various data files, for example o express yourself here o a way to keep good memories of successes after hard work Project 1 Specific Goals: 1. Create a GUI 2. Let the user select a data file, using JFileChooser 3. Read the data file, creating the specified internal data structure (see the Introduction for the classes and variables of the structure). 4. Display the internal data structure in a nice format in the GUI 1. use JScrollPane and JTextArea 5. Display the results of a Search specified by the user 1. JTextField to specify the search target 2. Searching targets: name, index, skill would be a minimum you are encouraged to provide other options 3. Note that a search may return more than one item 4. DO NOT create new data structures (beyond the specified
  • 6. internal data structure) to search you may create a structure of found items as a return value Data file format: data file. e may have comment lines, which will start with a //. should accept and ignore. values, indicating which item is being specified, its name, its index, and the index of its parent - which is used to specify the connections used to create the internal data structure (ie, assign an item to it parent or parent ArrayList). to the class of that item. one space) o This works well with Scanner methods, such as next(), nextInt() and nextDouble(). Here are the details of valid lines, with an example of each line. // port name index parent(null) // port <string> <int> <int> port Kandahar 10002 0
  • 7. file:///C:/Users/jim/Documents/UMUC/Courses/CMSC335/CMS C_335_Projects/index.html%23Introduction 4 // dock name index parent(port) // dock <string> <int> <int> dock Pier_5 20005 10001 30005 // ship name index parent(dock/port) weight length width draft // ship <string> <int> <int> <double> <double> <double> <double> ship Reason 40003 10000 165.91 447.15 85.83 27.07 // cship name index parent(dock/port) weight length width draft cargoWeight cargoVolume cargoValue // cship <string> <int> <int> <double> <double> <double> <double> <double> <double> <double> cship Suites 40003 10000 165.91 447.15 85.83 27.07 125.09 176.80 857.43 // pship name index parent(dock/port) weight length width draft numPassengers numRooms numOccupied // pship <string> <int> <int> <double> <double> <double> <double> <int> <int> <int> pship "ZZZ_Hysterics" 30002 20002 103.71 327.92 56.43 30.23 3212 917 917 // person name index parent skill // person <string> <int> <int> <string> person Alberto 50013 10001 cleaner
  • 8. // job name index parent duration [skill]* (zero or more, matches skill in person, may repeat) // job <string> <int> <int> <double> [<string>]* (ie, zero or more) job Job_10_94_27 60020 30007 77.78 carpenter cleaner clerk You may assume that the data file is correctly formatted and that the parent links exist and are encountered in the data file as item indices before they are referenced as parent links. There is a Java program (CreateSeaPortDataFile.java) provided with this package that will generate data files with various characteristics with the correct format. You should be using the program to generate your own data files to test various aspects of your project programs. Sample input file: // File: aSPaa.txt // Data file for SeaPort projects // Date: Sat Jul 09 22:51:16 EDT 2016 // parameters: 1 1 5 5 1 5 // ports, docks, pships, cships, jobs, persons // port name index parent(null) // port <string> <int> <int> port Lanshan 10000 0 // dock name index parent(port) // dock <string> <int> <int> dock Pier_4 20004 10000 30004
  • 9. 5 dock Pier_0 20000 10000 30000 dock Pier_1 20001 10000 30001 dock Pier_3 20003 10000 30003 dock Pier_2 20002 10000 30002 // pship name index parent(dock/port) weight length width draft numPassengers numRooms numOccupied // pship <string> <int> <int> <double> <double> <double> <double> <int> <int> <int> pship Gallinules 30000 20000 125.99 234.70 60.67 37.14 746 246 246 pship Remora 30001 20001 126.38 358.27 74.12 31.54 3768 979 979 pship Absentmindedness 30004 20004 86.74 450.43 33.13 41.67 2143 920 920 pship Preanesthetic 30003 20003 149.85 483.92 125.71 31.21 166 409 83 pship Shoetrees 30002 20002 134.41 156.96 120.31 35.20 1673 633 633 // cship name index parent(dock/port) weight length width draft cargoWeight cargoVolume cargoValue // cship <string> <int> <int> <double> <double> <double> <double> <double> <double> <double> cship Erosional 40001 10000 200.80 242.33 38.31 23.49 172.73 188.54 235.57 cship Kielbasas 40000 10000 120.85 362.55 96.82 19.09 33.08 188.31 261.57 cship Generics 40002 10000 79.90 234.26 73.18 15.71 125.27 179.00 729.95 cship Barcelona 40003 10000 219.92 443.54 104.44
  • 10. 34.16 86.69 139.89 813.72 cship Toluene 40004 10000 189.12 448.99 73.97 37.67 88.90 175.03 1002.63 // person name index parent skill // person <string> <int> <int> <string> person Sara 50000 10000 electrician person Duane 50002 10000 inspector person Betsy 50004 10000 cleaner person Archie 50003 10000 captain person Thomas 50001 10000 clerk Sample output as plain text - which should be displayed in a JTextArea on a JScrollPane in the BorderLayout.CENTER area of a JFrame: >>>>> The world: SeaPort: Lanshan 10000 Dock: Pier_4 20004 Ship: Passenger ship: Absentmindedness 30004 Dock: Pier_0 20000 Ship: Passenger ship: Gallinules 30000 Dock: Pier_1 20001 Ship: Passenger ship: Remora 30001 Dock: Pier_3 20003 6
  • 11. Ship: Passenger ship: Preanesthetic 30003 Dock: Pier_2 20002 Ship: Passenger ship: Shoetrees 30002 --- List of all ships in que: > Cargo Ship: Erosional 40001 > Cargo Ship: Kielbasas 40000 > Cargo Ship: Generics 40002 > Cargo Ship: Barcelona 40003 > Cargo Ship: Toluene 40004 --- List of all ships: > Passenger ship: Gallinules 30000 > Passenger ship: Remora 30001 > Passenger ship: Absentmindedness 30004 > Passenger ship: Preanesthetic 30003 > Passenger ship: Shoetrees 30002 > Cargo Ship: Erosional 40001 > Cargo Ship: Kielbasas 40000 > Cargo Ship: Generics 40002 > Cargo Ship: Barcelona 40003 > Cargo Ship: Toluene 40004 --- List of all persons: > Person: Sara 50000 electrician > Person: Duane 50002 inspector > Person: Betsy 50004 cleaner > Person: Archie 50003 captain > Person: Thomas 50001 clerk Suggestions: Methods that should be implemented.
  • 12. Each class should have an appropriate toString method. Here is an example of two such methods: - showing all the data structures: public String toString () { String st = "nnSeaPort: " + super.toString(); for (Dock md: docks) st += "n" + md; st += "nn --- List of all ships in que:"; for (Ship ms: que ) st += "n > " + ms; st += "nn --- List of all ships:"; for (Ship ms: ships) st += "n > " + ms; st += "nn --- List of all persons:"; for (Person mp: persons) st += "n > " + mp; 7 return st; } // end method toString ent toString effectively: public String toString () { String st = "Passenger ship: " + super.toString(); if (jobs.size() == 0) return st; for (Job mj: jobs) st += "n - " + mj; return st; } // end method toString Each class should have an appropriate Scanner constructor, allowing the class to take advantage of super constructors, and any particular constructor focusing only on the addition elements of interest to that particular class. As an example, here's one way to
  • 13. implement the PassengerShip constructor: handled by Thing (fields: name, index, parent) and Ship (fields: weight, length, width, draft) constructors. public PassengerShip (Scanner sc) { super (sc); if (sc.hasNextInt()) numberOfPassengers = sc.nextInt(); if (sc.hasNextInt()) numberOfRooms = sc.nextInt(); if (sc.hasNextInt()) numberOfOccupiedRooms = sc.nextInt(); } // end end Scanner constructor In the World class, we want to read the text file line by line. Here are some useful methods types and code fragments that you should find helpful: void process (String st) { // System.out.println ("Processing >" + st + "<"); Scanner sc = new Scanner (st); if (!sc.hasNext()) return; switch (sc.next()) { case "port" : addPort (sc); break; - finding the parent of a job, for example: Ship getShipByIndex (int x) { for (SeaPort msp: ports) for (Ship ms: msp.ships) if (ms.index == x) return ms; return null;
  • 14. } // end getDockByIndex ent: void assignShip (Ship ms) { Dock md = getDockByIndex (ms.parent); if (md == null) { 8 getSeaPortByIndex (ms.parent).ships.add (ms); getSeaPortByIndex (ms.parent).que.add (ms); return; } md.ship = ms; getSeaPortByIndex (md.parent).ships.add (ms); } // end method assignShip You will probably find the comments in the following helpful, they are mostly about similar projects and general issues in Java relevant to our programs: - getting started Deliverables: 1. Java source code files 2. Data files used to test your program 3. Configuration files used 4. A well-written document including the following sections: a. Design: including a UML class diagram showing the type of
  • 15. the class relationships b. User's Guide: description of how to set up and run your application c. Test Plan: sample input and expected results, and including test data and results, with screen snapshots of some of your test cases d. Optionally, Comments: design strengths and limitations, and suggestions for future improvement and alternative approaches e. Lessons Learned f. Use one of the following formats: MS Word docx or PDF. Your project is due by midnight, EST, on the day of the date posted in the class schedule. We do not recommend staying up all night working on your project - it is so very easy to really mess up a project at the last minute by working when one was overly tired. Your instructor's policy on late projects applies to this project. Submitted projects that show evidence of plagiarism will be handled in accordance with UMUC Policy 150.25 — Academic Dishonesty and Plagiarism. Format: The documentation describing and reflecting on your design and approach should be written using Microsoft Word or PDF, and should be of reasonable length. The font size should be 12 point. The page margins should be one inch. The paragraphs should be double spaced. All figures, tables, equations, and references should be properly labeled and formatted using APA style.
  • 16. http://sandsduchon.org/duchon/cs335/index.html http://sandsduchon.org/duchon/cs335/cave/strategy.html http://sandsduchon.org/duchon/cs335/cave/strategy.html http://sandsduchon.org/duchon/cs335/cave/strategy.html 9 Coding Hints: (https://google.github.io/styleguide/javaguide.html)) o header comment block, including the following information in each source code file: o file name o date o author o purpose o appropriate comments within the code o appropriate variable and function names o correct indentation o code submitted should have no compilation or run-time errors o Your program should have no warnings o Use the following compiler flag to show all warnings: javac -Xlint *.java o More about setting up IDE's to show warnings
  • 17. o Generics - your code should use generic declarations appropriately, and to eliminate all warnings o just the right amount of code o effective use of existing classes in the JDK o effective use of the class hierarchy, including features related to polymorphism. o GUI should resize nicely o DO NOT use the GUI editor/generators in an IDE (integrated development environment, such as Netbeans and Eclipse) o Do use JPanel, JFrame, JTextArea, JTextField, JButton, JLabel, JScrollPane during resizing JTable and/or JTree for Projects 2, 3 and 4 program, setting for the JTextArea jta: jta.setFont (new java.awt.Font ("Monospaced", 0, 12)); o GridLayout and BorderLayout - FlowLayout rarely resizes nicely
  • 18. o ActionListener, ActionEvent - responding to JButton events listeners MUCH simpler. See the example below, with jbr (read), jbd (display) and jbs (search) three different JButtons. jcb is a JComboBox <String> and jtf is a JTextField. jbr.addActionListener (e -> readFile()); jbd.addActionListener (e -> displayCave ()); jbs.addActionListener (e -> search ((String)(jcb.getSelectedItem()), jtf.getText())); http://sandsduchon.org/duchon/Musings/a/warnings.html 10 o JFileChooser - select data file at run time o JSplitPane - optional, but gives user even more control over display panels Grading Rubric: Attribute Meets Does not meet Design 20 points Contains just the right amount of code. Uses existing classes in the JDK
  • 19. effectively. Effectively uses of the class hierarchy, including features related to polymorphism. 0 points Does not contain just the right amount of code. Does not use existing classes in the JDK effectively. Does not effectively use of the class hierarchy, including features related to polymorphism. Functionality 40 points Contains no coding errors. Contains no compile warnings. Creates a GUI. Lets the user select a data file, using JFileChooser. Reads the data file, creating the specified internal data structure . Displays the internal data structure in a nice format in the GUI. Displays the results of a Search specified by the user.
  • 20. 0 points Contains coding errors. Contains compile warnings. Does not create a GUI. Does not let the user select a data file, using JFileChooser. Does not read the data file, creating the specified internal data structure. Does not display the internal data structure in a nice format in the GUI. Does not display the results of a Search specified by the user. Test Data 20 points Tests the application using multiple and varied test cases. 0 points Does not test the application using multiple and varied test cases. Documentation and submission 15 points Source code files include header comment block, including file name, date, author, purpose,
  • 21. appropriate comments within the code, appropriate variable and 0 points Source code files do not include header comment block, or include file name, date, author, purpose, appropriate comments within the code, appropriate variable and function names, correct indentation. 11 function names, correct indentation. Submission includes Java source code files, Data files used to test your program, Configuration files used. Documentation includes a UML class diagram showing the type of the class relationships. Documentation includes a user's Guide describing of how to set up and run your application. Documentation includes a test plan with sample input and expected results, test data and results and screen snapshots of some of your
  • 22. test cases. Documentation includes Lessons learned. Documentation is in an acceptable format. Submission does not include Java source code files, Data files used to test your program, Configuration files used. Documentation does not include a UML class diagram showing the type of the class relationships. Documentation does not include a user's Guide describing of how to set up and run your application. Documentation does not include a test plan with sample input and expected results, test data and results and screen snapshots of some of your test cases. Documentation does not include Lessons learned. Documentation is not in an acceptable format. Documentation form, grammar and spelling 5 points
  • 23. Document is well-organized. The font size should be 12 point. The page margins should be one inch. The paragraphs should be double spaced. All figures, tables, equations, and references should be properly labeled and formatted using APA style. The document should contain minimal spelling and grammatical errors. 0 points Document is not well-organized. The font size is not 12 point. The page margins are not one inch. The paragraphs are not double spaced. All figures, tables, equations, and references are not properly labeled or formatted using APA style. The document should contains many spelling and grammatical errors.