muMLE/examples/cbd/models
2024-11-13 10:07:16 +01:00
..
m_fibonacci.od CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
m_fibonacci_initial.od CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
mm_design.od CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
mm_runtime.od CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
r_advance_time_lhs.od CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
r_advance_time_nac.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
r_advance_time_rhs.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
r_delay_in_lhs.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
r_delay_in_nac.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
r_delay_in_rhs.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
r_delay_out_lhs.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
r_delay_out_nac.od CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
r_delay_out_rhs.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
r_function_out_lhs.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
r_function_out_nac.od CBD model is computing Fibonacci numbers! :) 2024-11-07 15:38:13 +01:00
r_function_out_rhs.od Rewrite the 'rewriter' + Added transformation schedule to CBD example, simplifying the rules 2024-11-08 16:27:32 +01:00
README.txt add examples 2024-11-13 10:07:16 +01:00

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