| SimulationExecutor | A SimulationExecutor is capable of executing simulations from their
ID. |
| ExecutorManager |
Manages a set of |
| ExecutorModule | This AbstractModule binds a set of SimulationExecutors which
can be used by an ExecutorManager. |
| LocalSubProcessExecutor | A SubProcessExecutor which runs each simulation process on the local
machine. |
| RemoteSubProcessExecutor | Runs a simulation on a remote machine via ssh. |
| StreamGobbler | StreamGobbler: Consumes an InputStream and redirects it to a given OutputStream or discards it. |
| SubProcessExecutor |
A |