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

< VIATRA‎ | CEP
m (Davidi.inf.mit.bme.hu moved page VIATRA2/CEP/Examples to VIATRA/CEP/Examples)
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 [[VIATRA2/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/UserDocumentation#Setting_up_the_environment|environment must be set up first]].
  
*[[VIATRA2/CEP/Examples/SimpleEventProcessing|Simple event processing]]
+
*[[VIATRA/CEP/Examples/SimpleEventProcessing|Simple event processing]]
*[[VIATRA2/CEP/Examples/ModelEvents|Processing model events]]
+
*[[VIATRA/CEP/Examples/ModelEvents|Processing model events]]

Revision as of 06:09, 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