Runtime Analysis of Linear Temporal Logic Specifications

  • Authors:
  • Dimitra Giannakopoulou;Klaus Havelund

  • Affiliations:
  • -;-

  • Venue:
  • Runtime Analysis of Linear Temporal Logic Specifications
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

This report presents an approach to checking a running program against its Linear Temporal Logic (LTL) specifications. LTL is a widely used logic for expressing properties of programs viewed as sets of executions. Our approach consists of translating LTL formulae to finite-state automata, which are used as observers of the program behavior. The translation algorithm we propose modifies standard LTL to Buchi automata conversion techniques to generate automata that check finite program traces. The algorithm has been implemented in a tool, which has been integrated with the generic JPaX framework for runtime analysis of Java programs.