Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   UML Class Diagram Question (https://www.askmehelpdesk.com/showthread.php?t=830475)

  • Feb 9, 2017, 07:31 AM
    taylorgre
    UML Class Diagram Question
    Doing a UML Class Diagram for a vending machine. Here is example of one:
    Why would location be using int instead of String? And currentStatus: enum be used instead of String?

    VENDING MACHINE
    - location: int
    - id: int
    - row: int
    - col: int
    - slot: int
    - currentStatus: enum

  • All times are GMT -7. The time now is 12:33 AM.