32 lines
872 B
JSON
32 lines
872 B
JSON
{
|
|
"logFormat": "sqlite",
|
|
"entryType": "@class",
|
|
"spatials": [
|
|
"de.findevielfalt.games.game2.instance.log.entry.LogEntryLocation"
|
|
],
|
|
"actions": [
|
|
"...QuestionAnswerEvent",
|
|
"...SimuAnswerEvent"
|
|
],
|
|
"boards": [
|
|
"de.findevielfalt.games.game2.instance.log.entry.ShowBoardLogEntry"
|
|
],
|
|
"analyzers": {
|
|
"analyzers": [
|
|
"LocationAnalyzer",
|
|
"LogEntryCountAnalyzer",
|
|
"LogEntrySequenceAnalyzer",
|
|
"ActionSequenceAnalyzer",
|
|
"BoardDurationAnalyzer",
|
|
"LocomotionActionAnalyzer",
|
|
"CacheSequenceAnalyzer"
|
|
]
|
|
},
|
|
"sequences": {
|
|
"start": "de.findevielfalt.games.game2.instance.log.entry.LogEntryCache",
|
|
"end": {
|
|
"@class": "de.findevielfalt.games.game2.instance.log.entry.LogEntryInstanceAction",
|
|
"action.@class": "de.findevielfalt.games.game2.instance.action.CacheEnableAction"
|
|
}
|
|
}
|
|
} |