Package ffx.ui.commands
@ParametersAreNonnullByDefault
package ffx.ui.commands
The Commands package implements a Client/Server interface between Force Field X and simulations.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
ClassDescriptionThe DTDResolver class just points the DOM DocumentBuilder to the XML Document Type Definition (DTD) files.The FFXClient class encapsulates a socket connection to an FFXServer started by an executing FFX instance.The FFXServer is launched by an FFX instance to allow Force Field X Clients to connect.The SimulationDefinition class is a serializable wrapper that specifies an FFX simulation.The SimulationFilter class parses system data sent by FFXServer to FFXClient.The SimulationMessage class is used to pass simple messages between an FFXServer and its FFXClient(s).The SimulationUpdate class is a serializable wrapper for FFX simulation data that changes during a simulation.