19 lines
647 B
Markdown
19 lines
647 B
Markdown
+++
|
||
title = 'QEA'
|
||
subtitle = 'Runtime Verifier'
|
||
links = [ { title = "Source Code", url = "https://github.com/selig/qea", icon = 'fa-solid fa-code' },
|
||
]
|
||
applications = ["Runtime Verifier","Specification Language"]
|
||
developers = []
|
||
licenses = ["MIT"]
|
||
inputs = []
|
||
interfaces = ["CLI"]
|
||
maintenance = ["Not Maintained"]
|
||
updated_year = 2019
|
||
draft = false
|
||
date = 2025-08-22
|
||
+++
|
||
|
||
{{<inactive year="2019">}}
|
||
|
||
Quantified Event Automata (QEA) is a specification formalism developed for runtime monitoring. This project is a reimplementation and extension of QEA monitoring techniques (explored in Giles Reger’s PhD work) by Master’s student Helena Cuenca. |