Question: Use a simplified version of Unified Modeling Language class diagram. You are not writing the code for this, just the design. just design and algorithm.

Use a simplified version of Unified Modeling Language class diagram. You are not writing the code for this, just the design. just design and algorithm.

1) ATM machine

Please see below Loan UML diagram example and do ATM Machine in Java

Unified Modeling Language Diagram. not use case diagram

earlier some one did this use case diagram, so please don't do use case diagram

Loan

-annualInterestRate: double

-numberOfYears: int

-loanAmount: double

-loanDate: java.util.Date

+Loan()

+Loan(annualInterestRate: double, numberOfYears: int, loanAmount: double)

+getAnnualInterestRate(): double

+getNumberOfYears(): int

+getLoanAmount(): double

+getLoanDate(): java.util.Date

+setAnnualInterestRate(annualInterestRate: double): void

+setNumberOfYears(numberOfYears: int): void

+setLoanAmount(loanAmount: double): void

+getMonthlyPayment(): double

+getTotalPayment(): double

Please like above example do for ATM Machine

unified Modeling Language Diagram. not use case diagram

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!