Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VIATRA/CEP/Runtime"

< VIATRA‎ | CEP
m (Davidi.inf.mit.bme.hu moved page VIATRA2/CEP/Compiler to VIATRA2/CEP/Runtime)
m (Davidi.inf.mit.bme.hu moved page VIATRA2/CEP/Runtime to VIATRA/CEP/Runtime)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This page discusses the technical aspects of the CEP compiler.
+
This page discusses the technical aspects of the CEP runtime.
 +
 
 +
==The runtime==
 +
*a runtime model maintained via IncQuery+VIATRA-EMF
 +
*event streams
 +
*IncQuery2ViatraCepMapping
 +
===Internal representation===
 +
*automatons
 +
==Compiler==
 +
*compiler rules and conventions
 +
**resolving syntactic sugars
 +
**resolving complex patterns in definitions

Latest revision as of 06:06, 9 February 2015

This page discusses the technical aspects of the CEP runtime.

The runtime

  • a runtime model maintained via IncQuery+VIATRA-EMF
  • event streams
  • IncQuery2ViatraCepMapping

Internal representation

  • automatons

Compiler

  • compiler rules and conventions
    • resolving syntactic sugars
    • resolving complex patterns in definitions

Back to the top