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/Examples"

< VIATRA‎ | CEP
Line 1: Line 1:
The following demonstrations highlight the essentials of the VIATRA-CEP framework using a simple example introduced by Martin Fowler, commonly referred as the ''state machine DSL'', presented in his [http://martinfowler.com/books/dsl.html DSL book]. The sources are available on [https://github.com/david-istvan/viatra-cep-examples GitHub]. To run them, the [[VIATRA/CEP/UserDocumentation#Setting_up_the_environment|environment must be set up first]].
+
The following demonstrations highlight the essentials of the VIATRA-CEP framework using a simple example introduced by Martin Fowler, commonly referred as the ''state machine DSL'', presented in his [http://martinfowler.com/books/dsl.html DSL book]. The sources are available on [https://github.com/david-istvan/viatra-cep-examples GitHub]. To run them, the [[VIATRA/CEP#Installation|environment must be set up first]].
  
 
*[[VIATRA/CEP/Examples/SimpleEventProcessing|Simple event processing]]
 
*[[VIATRA/CEP/Examples/SimpleEventProcessing|Simple event processing]]
 
*[[VIATRA/CEP/Examples/ModelEvents|Processing model events]]
 
*[[VIATRA/CEP/Examples/ModelEvents|Processing model events]]

Revision as of 06:11, 9 February 2015

The following demonstrations highlight the essentials of the VIATRA-CEP framework using a simple example introduced by Martin Fowler, commonly referred as the state machine DSL, presented in his DSL book. The sources are available on GitHub. To run them, the environment must be set up first.

Back to the top