add examples
This commit is contained in:
parent
8504ba52f6
commit
42757ddc4f
35 changed files with 1104 additions and 609 deletions
11
examples/cbd/models/README.txt
Normal file
11
examples/cbd/models/README.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
This directory contains the following files:
|
||||
|
||||
mm_design.od: Meta-model of design model
|
||||
mm_runtime.od: Meta-model of runtime model
|
||||
|
||||
m_fibonacci.od: Design model for computing Fibonacci numbers
|
||||
m_fibonacci_initial.od: Initial runtime model (=initial state), for our Fibonacci model
|
||||
|
||||
r_<rule_name>_lhs.od: Left-hand side of model transformation rule
|
||||
r_<rule_name>_nac.od: Negative application condition of model transformation rule
|
||||
r_<rule_name>_rhs.od: Right-hand side of model transformation rule
|
||||
Loading…
Add table
Add a link
Reference in a new issue