Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is for a Java class. My project is a time-tracking program for a student that allows them to track the amount of time they

This is for a Java class. My project is a time-tracking program for a student that allows them to track the amount of time they spend each week in each course. I have to have at least 3 classes and I must use inheritance. This is the idea I submitted:

The application I will be creating is an application that will be a time-tracking course management system for students. It will have a form for the student information. It will have a form to enter the information on each individual class and it will have a form to keep track of the time that is spent studying or attending or both. The student information will be the parent class. The child class will be the course and the time tracking and information.

For this assignment, you will need to identify the classes and fields for your project. You will need to write class diagrams using UML notation for this assignment. The class diagram should include all fields / methods you will use as well as indicate whether these fields / methods are public or private. You should also indicate the relationships between your classes.

Note: Since the user interface will use JavaFX, these classes should be unrelated to the user interface of your application. These classes should be related to functionality of your project. For example, let's say your application will require the user to enter information about a person (first name, last name, etc.). You would want to create a class that contains all the fields as well as the setters and getters required for the object (with the setters doing validation as required for the associated field). This class might also contain information about which fields are required for the object to be valid as well as an override of the toString method in order for class to output all the fields using the toString method in some predefined format. The JavaFX user interface could then use the object when trying to validate the user or to output the object to a report, etc. What these classes should not contain is anything related to the user interface for the application. That will come in the JavaFX portion of the project.

I would appreciate some help in getting the UML finished properly for this. Thank you!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction To Constraint Databases

Authors: Peter Revesz

1st Edition

1441931554, 978-1441931559

More Books

Students also viewed these Databases questions

Question

Describe the seven standard parts of a letter.

Answered: 1 week ago

Question

Explain how to develop effective Internet-based messages.

Answered: 1 week ago

Question

Identify the advantages and disadvantages of written messages.

Answered: 1 week ago