hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Task] List Class/Classes/Relationships #43

Closed coreybasden closed 2 weeks ago

coreybasden commented 2 weeks ago

Task: The method to list details about a specific class should be fully functioning and ready to be called by the user. Location: UI class Current progress: Method is there, and simply prints the class's toString. I expect output adjustments when we have a working project to see how it all looks.

Task: The method to list all classes should be fully functioning and ready to be called by the user. Location: UI class Current progress: Same as above.

Task: The method to list all relationships should be fully functioning and ready to be called by the user. Location: UI class Current progress: Same as above.