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
/
explanation
Package-level
declarations
Types
Types
Decision
Explanation
Link copied to clipboard
data
class
DecisionExplanation
(
val
tick
:
Int
,
val
agent
:
String
,
val
decisionId
:
String
,
val
message
:
String
,
val
supportingFacts
:
List
<
String
>
=
emptyList()
)
Human-readable explanation produced by the explanation layer.
Explanation
Service
Link copied to clipboard
class
ExplanationService
(
safetyReasoner
:
SafetyReasoner
)