| ConsoleProgress |
|
| ConsoleUIPluginContext |
For running plugins in headless mode from test scaffold or command line, even
if they claim to require UIPluginContext and therefore be GUI only.
|
| HeadlessConnectionManager |
For running plugins in headless mode from test scaffold or command line, even if they claim to
require UIPluginContext and therefore
be GUI only.
|
| HeadlessDefinitelyNotUIPluginContext |
Usually it's enough for the type signature to be a PluginContext.
|
| HeadlessUIPluginContext |
For running plugins in headless mode from test scaffold or command line, even if they claim to require UIPluginContext and therefore
be GUI only.
|
| PackageListingExporter |
Partially working package and plugin listing.
|
| PetrinetExportUtils |
Utility methods for exporting petri nets in visualization formats.
|
| PetriNetFragmentParser |
Allows the creation of Petri nets with short one line ascii sketches, for example
initialPlace -> [transition1] -> mp -> [transition2] -> finalPlace
Larger nets can be created with multiple invocations.
|
| StochasticPetriNetUtils |
|