Package | Description |
---|---|
com.putable.client |
Provides the classes specific to the client
|
com.putable.client.gui |
Provides the classes necessary to construct the client's GUI
|
com.putable.client.matrix |
Provides the matrix class specific to the client
|
com.putable.common |
Provides the class to initialize communication between the server and client
|
com.putable.common.matrix |
Provides the classes necessary to construct a Matrix object
|
com.putable.common.tags |
Provides the classes necessary to construct XML tags
|
com.putable.server |
Provides the classes specific to the server
|
com.putable.server.factoryClasses |
Provides factory classes that produce unique objects for the server
|
com.putable.server.matrix |
Provides the matrix classes specific to the server
|
com.putable.xmlhandler |
Provides the classes to handle XML communication between client and server
|
tests |
Provides the classes for JUnit tests
|