12 | | 1. load mdl model, example egf-model (includes library), test presence (content?) of PromotTreeNodes in lisp + browser |
13 | | 2. Load the logical library and a model |
14 | | 3. Import a SBML model |
15 | | 4. Import a CNA model |
16 | | 5. Save a model into mdl (selected, all) |
17 | | 6. Export a dynamic model into SBML |
18 | | 7. Export a dynamic model into Diana/Diva |
19 | | 8. Export a logical model into CNA format |
20 | | 9. Add a subclass |
21 | | 10. Delete a class |
22 | | 11. Delete all classes |
23 | | 12. Copy class |
| 20 | 7. load mdl model, example egf-model (includes library), test presence (content?) of PromotTreeNodes in lisp + browser |
| 21 | 8. Load the logical library and a model |
| 22 | 9. Import a SBML model |
| 23 | 10. Save a model into mdl (selected, all) |
| 24 | 11. Export a dynamic model into SBML |
| 25 | 12. Export a dynamic model into Diana/Diva |
31 | | 18. ViewMathematicalModel (display of instance from model) for egf_model, in egf-model |
| 33 | 18. ViewMathematicalModel (display of instance) |
| 34 | 19. Exit with Dialog for modified in Editor + Browser (change properties, load, import) |
| 35 | 20. Search class (+class for slot in class) dialog, model type is not important, so test with egf_model, [[br]] |
| 36 | search egf_model (substring, class + slot; class) should return egf_model (class), egf_model_noint (class) [[br]] |
| 37 | search proti (whole word, class + slot; slot) should return egf_model:proti (slot) [[br]] |
| 38 | clear should remove displayed results;[[br]] |