| Class | Description |
|---|---|
| Simulator | |
| WSSimulation |
Represents a full simulation for the wssimulator service
|
| WSSimulationContext |
Context object that provides a running view of the simulation.
|
| WSSimulator |
Base simulator for public services.
|
| WSSimulatorHandlerService |
Manages the service raise
|
| WSSimulatorRequest |
Holds the request validation and routing logic.
|
| WSSimulatorValidation |
Utility class to validate datasets within WSSimulator
|
| YamlToSimulation |
Converts valid YAML to a simulation.
|
| Enum | Description |
|---|---|
| HttpMethod |
The supported HTTPMethods.
|
| RouteRequestFilterType |
The Route Filter options
|
| Exception | Description |
|---|---|
| SimulationNotFoundException |
thrown when the simulation passed in is not found
|
| SimulationNotValidException |
thrown when the simulation passed in cannot be parsed
|
| YamlNotValidException |
Thrown when the YAML is not well formed or missing.
|