Package com.amalgamasimulation.studies.headlessapp


package com.amalgamasimulation.studies.headlessapp
This package contains classes for headless (console) applications that can launch studies.

To start an application, create an instance of the `HeadlessApplication` class.

Application supports HTTP-based communication - an embedded HTTP server is launched when the application is started. The HTTP port number used by the application is passed to the `HeadlessApplication` class constructor.