Skip to main content

Notice: This Wiki is now read only and edits are no longer 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)
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

Revision as of 13:48, 11 January 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