... com.deitel.timetest Module-dependency Graph

Figure 36.15 shows the Time1Test app’s module-dependency graph indicating that:

  • the module named com.deitel.timetest reads com.deitel.timelibrary and the standard module java.base, and

  • the module named com.deitel.timelibrary reads the module java.base.

Fig. 36.15 Module-dependency graph for the com.deitel.timetest module.

A module dependency graph depicts three blocks. The blocks are as follows. Com period dietel period time test, com period deitel period time library and java period base.

To create this graph in NetBeans, we performed the following steps:

  1. Created a TimeLibrary project containing the com.deitel.timelibrary package and com.deitel.timelibrary’s module-info.java file.

  2. Created a TimeApp project containing the com.deitel.timetest package ...

Get Java How to Program, Early Objects, 11th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.