| AbstractScesimData |
Abstract class representing the values inside AbstractScesimModel, to be extended by concrete implementations
|
| AbstractScesimModel<T extends AbstractScesimData> |
Abstract class representing the content model of the grid, to be extended by concrete implementations
|
| AuditLog |
Java representation of a full audit report
|
| AuditLogLine |
Java representation of a single audit line
|
| Background |
Envelop class that wrap the definition of the Background grid and its data
|
| BackgroundData |
BackgroundData contains values to use inside simulation
|
| BackgroundDataWithIndex |
Tuple with BackgroundData> and its index
|
| ExpressionElement |
Single element of a expression, i.e. in person.fullName.last each component is an ExpressionElement
|
| ExpressionIdentifier |
Identify an expression.
|
| FactIdentifier |
A fact is identified by its name and the canonical name of its class
|
| FactMapping |
It describes how to reach a single property of a fact
|
| FactMappingValue |
FactMappingValue contains the identifier of a fact mapping + the raw value
- collectionPathToValue: In case of an error occurred in a collection (List or Map), it contains the path which
describes how to reach the wrong field (eg.
|
| Scenario |
Scenario contains description and values to test in the defined scenario
|
| ScenarioSimulationModel |
|
| ScenarioWithIndex |
Tuple with Scenario and its index
|
| ScesimDataWithIndex<T extends AbstractScesimData> |
Tuple with AbstractScesimData and its index
|
| ScesimModelDescriptor |
ScesimModelDescriptor describes the template of a concrete AbstractScesimModel
|
| Settings |
Settings to be used inside scenario simulation asset
|
| Simulation |
Envelop class that wrap the definition of the simulation and the values of the scenarios
|
| SimulationRunMetadata |
Aggregation of all metadata information about a simulation run
|