AeroGuard-MAS
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AeroGuard-MAS
AeroGuard-MAS
/
simulation
/
SimulationRunResult
Simulation
Run
Result
data
class
SimulationRunResult
(
val
scenarioName
:
String
,
val
states
:
List
<
SimulationState
>
,
val
currentConflicts
:
List
<
Conflict
>
,
val
predictedConflicts
:
List
<
Conflict
>
)
(
source
)
Members
Constructors
Simulation
Run
Result
Link copied to clipboard
constructor
(
scenarioName
:
String
,
states
:
List
<
SimulationState
>
,
currentConflicts
:
List
<
Conflict
>
,
predictedConflicts
:
List
<
Conflict
>
)
Properties
current
Conflicts
Link copied to clipboard
val
currentConflicts
:
List
<
Conflict
>
final
State
Link copied to clipboard
val
finalState
:
SimulationState
predicted
Conflicts
Link copied to clipboard
val
predictedConflicts
:
List
<
Conflict
>
scenario
Name
Link copied to clipboard
val
scenarioName
:
String
states
Link copied to clipboard
val
states
:
List
<
SimulationState
>