Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Develop Object Model for Experimental Forest - Computer Software Engineering | EECE 3220, Study Guides, Projects, Research of Software Engineering

Material Type: Project; Class: Computer Software Engr; Subject: EECE Elctrical Engr Cmptr Engr; University: University of Memphis; Term: Unknown 1989;

Typology: Study Guides, Projects, Research

Pre 2010

Uploaded on 07/28/2009

koofers-user-3gd-1
koofers-user-3gd-1 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1. Develop an Object Model (class diagram) for the following: An experimental forest, which
is identified by its name, has many trees of various species. Data about the forest's size,
owning company, and location is to be maintained by the database. A forest is
maintained by foresters, who are uniquely identified by their SSN. A forester only
maintains one forest. Also, the foresters' name, age, and address is to be captured. The
experimental forest contains data about each species. A species is uniquely identified by
its name. In addition, the woodtype and maximum height for the species is maintained.
Trees in the forest are identified by their tree number. Also, the tree's location and date
planted is maintained. The tree's species is also captured. The trees in the experimental
forest will be measured several times during the tree's life span, and each measurement
will have a unique number. The measurement result, type, and date is also maintained.
Trees can propagate more trees, and the same data must be captured for the child trees.
Assumption: tree measurement number is unique only for a given tree.

Partial preview of the text

Download Develop Object Model for Experimental Forest - Computer Software Engineering | EECE 3220 and more Study Guides, Projects, Research Software Engineering in PDF only on Docsity!

  1. Develop an Object Model (class diagram) for the following: An experimental forest, which is identified by its name, has many trees of various species. Data about the forest's size, owning company, and location is to be maintained by the database. A forest is maintained by foresters, who are uniquely identified by their SSN. A forester only maintains one forest. Also, the foresters' name, age, and address is to be captured. The experimental forest contains data about each species. A species is uniquely identified by its name. In addition, the woodtype and maximum height for the species is maintained. Trees in the forest are identified by their tree number. Also, the tree's location and date planted is maintained. The tree's species is also captured. The trees in the experimental forest will be measured several times during the tree's life span, and each measurement will have a unique number. The measurement result, type, and date is also maintained. Trees can propagate more trees, and the same data must be captured for the child trees. Assumption: tree measurement number is unique only for a given tree.