|
|
@@ -27,8 +27,10 @@ if __name__ == "__main__":
|
|
|
mm_rt_cs = mm_cs + read_file('metamodels/mm_runtime.od')
|
|
|
# m_cs = read_file('models/m_example_simple.od')
|
|
|
# m_rt_initial_cs = m_cs + read_file('models/m_example_simple_rt_initial.od')
|
|
|
- m_cs = read_file('models/m_example_mutex.od')
|
|
|
- m_rt_initial_cs = m_cs + read_file('models/m_example_mutex_rt_initial.od')
|
|
|
+ # m_cs = read_file('models/m_example_mutex.od')
|
|
|
+ # m_rt_initial_cs = m_cs + read_file('models/m_example_mutex_rt_initial.od')
|
|
|
+ m_cs = read_file('models/m_example_inharc.od')
|
|
|
+ m_rt_initial_cs = m_cs + read_file('models/m_example_inharc_rt_initial.od')
|
|
|
|
|
|
# Parse them
|
|
|
mm = loader.parse_and_check(state, mm_cs, scd_mmm, "Petri-Net Design meta-model")
|