core_algorithm.alc 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780
  1. include "modelling.alh"
  2. include "library.alh"
  3. include "primitives.alh"
  4. include "constructors.alh"
  5. include "object_operations.alh"
  6. include "mini_modify.alh"
  7. include "model_management.alh"
  8. include "ramify.alh"
  9. include "conformance_scd.alh"
  10. include "transform.alh"
  11. include "metamodels.alh"
  12. Element core = ?
  13. String core_location = "models/CoreFormalism"
  14. String core_model_location = "core"
  15. Void function main():
  16. // Initialize the Core Formalism
  17. String core_model
  18. String core_formalism_model
  19. String scd_model
  20. Element al_model
  21. String admin_group
  22. String admin_user
  23. String nobody_group
  24. String instance_of
  25. String core_formalism
  26. Element scd
  27. Element al
  28. Element pm
  29. Element tracability
  30. String pm_model
  31. String tracability_model
  32. String coreM_model_location
  33. String pm_location
  34. String scd_location
  35. String al_location
  36. String tracability_location
  37. coreM_model_location = "models/core"
  38. pm_location = "models/ProcessModel"
  39. scd_location = "models/SimpleClassDiagrams"
  40. al_location = "models/ActionLanguage"
  41. tracability_location = "models/Tracability"
  42. scd = import_node(scd_location)
  43. al = import_node(al_location)
  44. pm = import_node(pm_location)
  45. tracability = import_node(tracability_location)
  46. // Create the Model itself and make public
  47. core_formalism = import_node(core_location)
  48. core = instantiate_model(core_formalism)
  49. export_node(core_model_location, core)
  50. export_node(coreM_model_location, core["model"])
  51. // Switch all new users to the user_function
  52. // This accesses the bootstrap level, so do not change this unless you know what you are doing
  53. Element root
  54. Element prev
  55. root = read_root()
  56. root = root["__hierarchy"]["__IP"]
  57. while (value_neq(root, !call)):
  58. prev = root
  59. root = root["next"]
  60. dict_delete(prev, "next")
  61. dict_add(prev, "next", user_function["body"])
  62. // Create admin group
  63. admin_group = instantiate_node(core, "Group", "")
  64. instantiate_attribute(core, admin_group, "name", "admin")
  65. // Create nobody group
  66. nobody_group = instantiate_node(core, "Group", "")
  67. instantiate_attribute(core, nobody_group, "name", "nobody")
  68. // Create admin user
  69. admin_user = instantiate_node(core, "User", "")
  70. output("Desired username for admin user?")
  71. instantiate_attribute(core, admin_user, "name", input())
  72. instantiate_attribute(core, admin_user, "admin", True)
  73. String password
  74. while (True):
  75. output("Desired password for admin user?")
  76. password = hash(input())
  77. output("Please repeat the password")
  78. if (password == hash(input())):
  79. output("Passwords match!")
  80. instantiate_attribute(core, admin_user, "password", password)
  81. break!
  82. else:
  83. output("Not the same password, please try again!")
  84. // Create link between admin user and group
  85. instantiate_link(core, "ownedBy", "", admin_group, admin_user)
  86. instantiate_link(core, "belongsTo", "", admin_user, admin_group)
  87. // Add the SimpleClassDiagrams formalism already
  88. scd_model = instantiate_node(core, "Model", "")
  89. instantiate_attribute(core, scd_model, "name", "SimpleClassDiagrams")
  90. instantiate_attribute(core, scd_model, "location", scd_location + "/model")
  91. instantiate_attribute(core, scd_model, "permissions", "221")
  92. instance_of = instantiate_link(core, "instanceOf", "", scd_model, scd_model)
  93. instantiate_attribute(core, instance_of, "type_mapping", scd["type_mapping"])
  94. // Make necessary links for the formalism to the owners
  95. instantiate_link(core, "group", "", scd_model, admin_group)
  96. instantiate_link(core, "owner", "", scd_model, admin_user)
  97. // Add the Tracability formalism
  98. tracability_model = instantiate_node(core, "Model", "")
  99. instantiate_attribute(core, tracability_model, "name", "Tracability")
  100. instantiate_attribute(core, tracability_model, "location", tracability_location + "/model")
  101. instantiate_attribute(core, tracability_model, "permissions", "221")
  102. instance_of = instantiate_link(core, "instanceOf", "", tracability_model, scd_model)
  103. instantiate_attribute(core, instance_of, "type_mapping", tracability["type_mapping"])
  104. // Add the user/group links
  105. instantiate_link(core, "group", "", tracability_model, admin_group)
  106. instantiate_link(core, "owner", "", tracability_model, admin_user)
  107. // Add the Process Model formalism
  108. pm_model = instantiate_node(core, "Model", "")
  109. instantiate_attribute(core, pm_model, "name", "ProcessModel")
  110. instantiate_attribute(core, pm_model, "location", pm_location + "/model")
  111. instantiate_attribute(core, pm_model, "permissions", "221")
  112. instance_of = instantiate_link(core, "instanceOf", "", pm_model, scd_model)
  113. instantiate_attribute(core, instance_of, "type_mapping", pm["type_mapping"])
  114. // Make necessary links for the formalism to the owners
  115. instantiate_link(core, "group", "", pm_model, admin_group)
  116. instantiate_link(core, "owner", "", pm_model, admin_user)
  117. // Add the Action Language formalism
  118. al_model = instantiate_node(core, "Model", "")
  119. instantiate_attribute(core, al_model, "name", "ActionLanguage")
  120. instantiate_attribute(core, al_model, "location", al_location + "/model")
  121. instantiate_attribute(core, al_model, "permissions", "221")
  122. instance_of = instantiate_link(core, "instanceOf", "", al_model, scd_model)
  123. instantiate_attribute(core, instance_of, "type_mapping", al["type_mapping"])
  124. // Make necessary links for the formalism to the owners
  125. instantiate_link(core, "group", "", al_model, admin_group)
  126. instantiate_link(core, "owner", "", al_model, admin_user)
  127. // Add the Manual Operation formalism
  128. Element manual
  129. String manual_model
  130. manual = instantiate_model(scd)
  131. manual_model = instantiate_node(core, "Model", "")
  132. export_node("models/ManualOperation", manual)
  133. instantiate_attribute(core, manual_model, "name", "ManualOperation")
  134. instantiate_attribute(core, manual_model, "location", "models/ManualOperation/model")
  135. instantiate_attribute(core, manual_model, "permissions", "221")
  136. instance_of = instantiate_link(core, "instanceOf", "", manual_model, scd_model)
  137. instantiate_attribute(core, instance_of, "type_mapping", create_node())
  138. // Make necessary links for the formalism to the owners
  139. instantiate_link(core, "group", "", manual_model, admin_group)
  140. instantiate_link(core, "owner", "", manual_model, admin_user)
  141. // Add the core formalism already
  142. core_formalism_model = instantiate_node(core, "Model", "")
  143. instantiate_attribute(core, core_formalism_model, "name", "CoreFormalism")
  144. instantiate_attribute(core, core_formalism_model, "location", core_location + "/model")
  145. instantiate_attribute(core, core_formalism_model, "permissions", "221")
  146. instance_of = instantiate_link(core, "instanceOf", "", core_formalism_model, scd_model)
  147. instantiate_attribute(core, instance_of, "type_mapping", core_formalism["type_mapping"])
  148. // Make necessary links for the formalism to the owners
  149. instantiate_link(core, "group", "", core_formalism_model, admin_group)
  150. instantiate_link(core, "owner", "", core_formalism_model, admin_user)
  151. // Add the core model
  152. core_model = instantiate_node(core, "Model", "")
  153. instantiate_attribute(core, core_model, "name", "core")
  154. instantiate_attribute(core, core_model, "location", coreM_model_location)
  155. instantiate_attribute(core, core_model, "permissions", "200")
  156. instance_of = instantiate_link(core, "instanceOf", "", core_model, core_formalism_model)
  157. instantiate_attribute(core, instance_of, "type_mapping", core["type_mapping"])
  158. // Make necessary links for the formalism to the owners
  159. instantiate_link(core, "group", "", core_model, admin_group)
  160. instantiate_link(core, "owner", "", core_model, admin_user)
  161. // Call this for ourselves as well
  162. log("MvC is ready!")
  163. user_function_skip_init(admin_user)
  164. // Done, so finish up
  165. // Admin user will have been deleted by the user_function as usual
  166. // Note that if there are no admin users left, it will be very difficult to manage, as nobody will have admin permissions!
  167. return !
  168. String function get_instanceOf_link(model_id : String):
  169. Element all_links
  170. String choice
  171. all_links = allOutgoingAssociationInstances(core, model_id, "instanceOf")
  172. if (read_nr_out(all_links) > 1):
  173. log("WARNING: multiple instanceOf relations were detected for this model; picking one at random!")
  174. elif (read_nr_out(all_links) == 0):
  175. log("ERROR: untyped model!")
  176. choice = set_pop(allOutgoingAssociationInstances(core, model_id, "instanceOf"))
  177. return choice!
  178. Element function get_full_model(model_id : String):
  179. Element m
  180. Element all_links
  181. String choice
  182. choice = get_instanceOf_link(model_id)
  183. m = create_node()
  184. dict_add(m, "model", import_node(read_attribute(core, model_id, "location")))
  185. dict_add(m, "type_mapping", read_attribute(core, choice, "type_mapping"))
  186. if (readAssociationDestination(core, choice) == model_id):
  187. // Found the meta-circular level, so we can stop!
  188. dict_add(m, "metamodel", m)
  189. else:
  190. dict_add(m, "metamodel", get_full_model(readAssociationDestination(core, choice)))
  191. return m!
  192. Integer function get_relation_to_model(user_id : String, model_id : String):
  193. if (set_in(allAssociationDestinations(core, model_id, "owner"), user_id)):
  194. // We are the owner
  195. return 0!
  196. else:
  197. String group_id
  198. group_id = set_pop(allAssociationDestinations(core, model_id, "group"))
  199. if (set_in(allAssociationDestinations(core, user_id, "belongsTo"), group_id)):
  200. // We are in the owning group
  201. return 1!
  202. else:
  203. // We are not related whatsoever
  204. return 2!
  205. Boolean function is_admin(user_id : String):
  206. if (read_attribute(core, user_id, "admin")):
  207. return True!
  208. else:
  209. return False!
  210. Boolean function allow_read(user_id : String, model_id : String):
  211. if (is_admin(user_id)):
  212. // Is admin, so always allow
  213. return True!
  214. else:
  215. // Check permissions
  216. String permission
  217. permission = string_get(read_attribute(core, model_id, "permissions"), get_relation_to_model(user_id, model_id))
  218. if (bool_or(permission == "1", permission == "2")):
  219. return True!
  220. else:
  221. return False!
  222. Boolean function allow_write(user_id : String, model_id : String):
  223. if (is_admin(user_id)):
  224. // Is admin, so always allow
  225. return True!
  226. else:
  227. // Check permissions
  228. String permission
  229. permission = string_get(read_attribute(core, model_id, "permissions"), get_relation_to_model(user_id, model_id))
  230. if (permission == "2"):
  231. return True!
  232. else:
  233. return False!
  234. Boolean function allow_change_metadata(user_id : String, model_id : String):
  235. if (is_admin(user_id)):
  236. // Is admin, so always allow
  237. return True!
  238. else:
  239. if (get_relation_to_model(user_id, model_id) == 0):
  240. // Only owner can chmod
  241. return True!
  242. else:
  243. return False!
  244. Boolean function allow_group_modify(user_id : String, group_id : String):
  245. if (is_admin(user_id)):
  246. // Is admin, so always allow
  247. return True!
  248. else:
  249. if (read_nr_out(set_overlap(allIncomingAssociationInstances(core, user_id, "owner"), allOutgoingAssociationInstances(core, group_id, "owner"))) > 0):
  250. // We are an owner
  251. return True!
  252. else:
  253. return False!
  254. Boolean function check_login(user_id : String):
  255. String password
  256. String stored_password
  257. stored_password = read_attribute(core, user_id, "password")
  258. output("Password for existing user?")
  259. password = hash(input())
  260. return password == stored_password!
  261. Element function extract_ftg(user_id : String):
  262. // Extract your personal FTG, showing only the readable models that can be opened
  263. // This function does the actual projection of transformations
  264. // TODO: Only keep transformations satisfying some properties!
  265. return create_node()!
  266. Element function user_function():
  267. String username
  268. String user_id
  269. String password
  270. // Load in all global variables, as this code is hotloaded!
  271. Element root
  272. root = read_root()
  273. root = root["__hierarchy"]["objects"]
  274. exec(root["bootstrap/modelling.alc"]["initializers"])
  275. exec(root["bootstrap/library.alc"]["initializers"])
  276. exec(root["bootstrap/constructors.alc"]["initializers"])
  277. exec(root["bootstrap/object_operations.alc"]["initializers"])
  278. exec(root["core/mini_modify.alc"]["initializers"])
  279. exec(root["bootstrap/model_management.alc"]["initializers"])
  280. exec(root["bootstrap/ramify.alc"]["initializers"])
  281. exec(root["bootstrap/transform.alc"]["initializers"])
  282. exec(root["bootstrap/conformance_scd.alc"]["initializers"])
  283. exec(root["core/core_algorithm.alc"]["initializers"])
  284. // Load in a hard-reference to the previously created model
  285. core = import_node(core_model_location)
  286. output("Log on as which user?")
  287. username = input()
  288. user_id = get_user_id(username)
  289. if (user_id == ""):
  290. // New user
  291. // Add user to Core Formalism
  292. user_id = instantiate_node(core, "User", "")
  293. instantiate_attribute(core, user_id, "name", username)
  294. instantiate_attribute(core, user_id, "admin", False)
  295. while (True):
  296. output("This is a new user: please give password!")
  297. password = hash(input())
  298. output("Please repeat the password")
  299. if (password == hash(input())):
  300. output("Passwords match!")
  301. output("User created")
  302. instantiate_attribute(core, user_id, "password", password)
  303. break!
  304. else:
  305. output("Not the same password, please try again!")
  306. // Now call with user created
  307. user_function_skip_init(user_id)
  308. else:
  309. while (bool_not(check_login(user_id))):
  310. output("Wrong password! Try again")
  311. user_function_skip_init(user_id)
  312. // User destroyed already, so just stop execution
  313. // TODO return a fresh node as otherwise the compiler doesn't take this
  314. return create_node()!
  315. String function get_model_id(name : String):
  316. Element models
  317. String model
  318. models = allInstances(core, "Model")
  319. while (read_nr_out(models) > 0):
  320. model = set_pop(models)
  321. if (value_eq(name, read_attribute(core, model, "name"))):
  322. return model!
  323. return ""!
  324. String function get_user_id(name : String):
  325. Element users
  326. String user
  327. users = allInstances(core, "User")
  328. while (read_nr_out(users) > 0):
  329. user = set_pop(users)
  330. if (value_eq(read_attribute(core, user, "name"), name)):
  331. return user!
  332. return ""!
  333. String function get_group_id(name : String):
  334. Element groups
  335. String group
  336. groups = allInstances(core, "Group")
  337. while (read_nr_out(groups) > 0):
  338. group = set_pop(groups)
  339. if (value_eq(read_attribute(core, group, "name"), name)):
  340. return group!
  341. return ""!
  342. Void function model_create(model : Element, name : String, user_id : String, type_id : String, kind : String):
  343. String location
  344. String model_id
  345. String instance_of
  346. location = "models/" + cast_id2s(model)
  347. export_node(location, model["model"])
  348. // Manage meta-info
  349. model_id = instantiate_node(core, kind, "")
  350. instantiate_attribute(core, model_id, "name", name)
  351. instantiate_attribute(core, model_id, "location", location)
  352. instantiate_attribute(core, model_id, "permissions", "200")
  353. instantiate_link(core, "owner", "", model_id, user_id)
  354. instantiate_link(core, "group", "", model_id, get_group_id("nobody"))
  355. instance_of = instantiate_link(core, "instanceOf", "", model_id, type_id)
  356. instantiate_attribute(core, instance_of, "type_mapping", model["type_mapping"])
  357. return!
  358. Void function model_overwrite(model : Element, model_id : String):
  359. String location
  360. String instanceOf_link
  361. location = "models/" + cast_id2s(model)
  362. export_node(location, model["model"])
  363. // Change location in meta-data
  364. unset_attribute(core, model_id, "location")
  365. instantiate_attribute(core, model_id, "location", location)
  366. instanceOf_link = get_instanceOf_link(model_id)
  367. unset_attribute(core, instanceOf_link, "type_mapping")
  368. instantiate_attribute(core, instanceOf_link, "type_mapping", model["type_mapping"])
  369. return!
  370. Boolean function check_is_typed_by(model_id : String, metamodel_id : String):
  371. // TODO check if there is actually an instanceOf link between them
  372. // --> quick check!
  373. return True!
  374. Boolean function check_conformance(model_id : String):
  375. // TODO check if it actually conforms, considering that instanceOf link
  376. // --> in-depth check
  377. return True!
  378. Boolean function pm_finished(worklist : Element, pm : String):
  379. Element finished
  380. Integer cnt
  381. Integer i
  382. // Check if any of the "finish" elements are in the worklist
  383. // If so, we can already finish, and therefore will stop immediately
  384. finished = allInstances(pm, "Finish")
  385. i = 0
  386. cnt = read_nr_out(finished)
  387. while (i < cnt):
  388. // Check each finished element individually
  389. if (set_in(finished, dict_read(read_edge_dst(read_out(worklist, i)), 0))):
  390. return True!
  391. i = i + 1
  392. return False!
  393. Element function execute_operation(operation_id : String, input_models : Element, output_metamodels : Element, tracability_model : Element):
  394. // Operations are always in-place and uses only a single metamodel
  395. // Therefore, we must:
  396. // 1) Find merged metamodel
  397. // 2) Merge the different source models and retype
  398. // 3) Perform the operation on the merged model
  399. // 4) Split the resulting model based on the target formalisms; if operation successful
  400. Element input_model
  401. String trace_link_id
  402. Element merged_model
  403. String merged_metamodel_id
  404. String ramified_metamodel_id
  405. Boolean result
  406. String exact_type
  407. Element trace_links
  408. String linktype
  409. String model_ID
  410. String key
  411. Element keys
  412. Element input_keys
  413. Element output_keys
  414. Element model_tuples
  415. String metamodel_name
  416. Element metamodel
  417. String metamodel_ID
  418. Boolean tracability
  419. // 1) Find merged metamodel
  420. log("Find merged")
  421. exact_type = read_type(core, operation_id)
  422. if (exact_type == "ModelTransformation"):
  423. linktype = "RAMified"
  424. ramified_metamodel_id = set_pop(allAssociationDestinations(core, operation_id, "instanceOf"))
  425. trace_links = allOutgoingAssociationInstances(core, ramified_metamodel_id, "tracability")
  426. elif (exact_type == "ManualOperation"):
  427. linktype = "operatesOn"
  428. trace_links = allOutgoingAssociationInstances(core, operation_id, "tracability")
  429. elif (exact_type == "ActionLanguage"):
  430. linktype = "operatesOn"
  431. trace_links = allOutgoingAssociationInstances(core, operation_id, "tracability")
  432. else:
  433. // Don't know how to execute this operation!
  434. return read_root()!
  435. merged_metamodel_id = ""
  436. while (read_nr_out(trace_links) > 0):
  437. trace_link_id = set_pop(trace_links)
  438. if (value_eq(read_attribute(core, trace_link_id, "type"), linktype)):
  439. merged_metamodel_id = readAssociationDestination(core, trace_link_id)
  440. if (merged_metamodel_id != ""):
  441. // 2) Merge source models
  442. log("Merge source")
  443. model_tuples = create_node()
  444. while (read_nr_out(input_models) > 0):
  445. model_ID = get_model_id(set_pop(input_models))
  446. input_model = get_full_model(model_ID)
  447. metamodel_name = read_attribute(core, set_pop(allAssociationDestinations(core, model_ID, "instanceOf")), "name")
  448. set_add(model_tuples, create_tuple(metamodel_name, input_model))
  449. merged_model = model_join(model_tuples, get_full_model(merged_metamodel_id), read_root())
  450. // 3) Transform
  451. log("Transform")
  452. log("Source model: " + pretty_print(merged_model))
  453. log("Types of merged: " + set_to_string(dict_keys(merged_model["metamodel"]["model"])))
  454. log("operation: " + pretty_print(get_full_model(operation_id)))
  455. if (exact_type == "ModelTransformation"):
  456. result = transform(merged_model, get_full_model(operation_id))
  457. elif (exact_type == "ManualOperation"):
  458. output("Please perform manual operation " + cast_v2s(read_attribute(core, operation_id, "name")))
  459. modify(merged_model, True)
  460. result = True
  461. elif (exact_type == "ActionLanguage"):
  462. Element func
  463. func = get_func_AL_model(get_full_model(operation_id))
  464. result = func(merged_model)
  465. else:
  466. log("ERROR")
  467. // 4) Split in different models depending on type
  468. log("Split")
  469. if (element_neq(tracability_model, read_root())):
  470. tracability = True
  471. else:
  472. tracability = False
  473. if (result):
  474. model_tuples = create_node()
  475. while (read_nr_out(output_metamodels) > 0):
  476. metamodel_ID = get_model_id(set_pop(output_metamodels))
  477. metamodel_name = read_attribute(core, metamodel_ID, "name")
  478. metamodel = get_full_model(metamodel_ID)
  479. set_add(model_tuples, create_tuple(metamodel_name, metamodel))
  480. result = model_split(merged_model, model_tuples, tracability)
  481. if (tracability):
  482. log("Trace")
  483. Element new_tracability_model
  484. new_tracability_model = result["__tracability"]
  485. dict_overwrite(tracability_model, "model", new_tracability_model["model"])
  486. dict_overwrite(tracability_model, "type_mapping", new_tracability_model["type_mapping"])
  487. dict_overwrite(tracability_model, "metamodel", new_tracability_model["metamodel"])
  488. dict_delete(result, "__tracability")
  489. log("Done")
  490. return result!
  491. else:
  492. return read_root()!
  493. else:
  494. output("Could not resolve intermediate merged metamodel")
  495. return read_root()!
  496. Boolean function enact_action(pm : Element, element : String, prefix : String, user_id : String):
  497. Boolean result
  498. String transformation_id
  499. Element lst
  500. String elem
  501. Element inputs
  502. Element outputs
  503. String type_name
  504. String exact_type
  505. Element trace_links
  506. Element output_mms
  507. Element consumes_link
  508. String name
  509. String value
  510. String elem_name
  511. Element keys
  512. String key
  513. inputs = create_node()
  514. outputs = create_node()
  515. // Read out the referenced element from the MvC
  516. transformation_id = get_model_id(read_attribute(pm, element, "name"))
  517. // Find all input model names
  518. lst = allOutgoingAssociationInstances(pm, element, "Consumes")
  519. while (read_nr_out(lst) > 0):
  520. value = read_attribute(pm, readAssociationDestination(pm, set_pop(lst)), "name")
  521. set_add(inputs, prefix + value)
  522. // Find all output model names and their metamodel
  523. lst = allAssociationDestinations(pm, element, "Produces")
  524. while (read_nr_out(lst) > 0):
  525. elem = set_pop(lst)
  526. type_name = read_attribute(pm, elem, "type")
  527. elem_name = read_attribute(pm, elem, "name")
  528. dict_add(outputs, type_name, prefix + elem_name)
  529. result = execute_operation(transformation_id, inputs, dict_keys(outputs), read_root())
  530. if (element_eq(result, read_root())):
  531. // Something went wrong!
  532. return False!
  533. else:
  534. keys = dict_keys(result)
  535. while (read_nr_out(keys) > 0):
  536. key = set_pop(keys)
  537. if (get_model_id(outputs[key]) == ""):
  538. // New model
  539. model_create(result[key], outputs[key], user_id, get_model_id(key), "Model")
  540. else:
  541. model_overwrite(result[key], get_model_id(outputs[key]))
  542. return result!
  543. Void function enact_PM(pm : Element, prefix : String, user_id : String):
  544. Element worklist
  545. String element
  546. String start
  547. String type
  548. Boolean result
  549. Element tuple
  550. Element counters
  551. Element join_nodes
  552. // Initialize Join counters
  553. counters = create_node()
  554. join_nodes = allInstances(pm, "Join")
  555. while (read_nr_out(join_nodes) > 0):
  556. dict_add(counters, set_pop(join_nodes), 0)
  557. // Create the worklist with the Start instance as first element
  558. worklist = create_node()
  559. set_add(worklist, create_tuple(set_pop(allInstances(pm, "Start")), True))
  560. while (bool_not(pm_finished(worklist, pm))):
  561. // Pop a random element from the list and execute it
  562. tuple = set_pop(worklist)
  563. element = tuple[0]
  564. result = tuple[1]
  565. log("Enacting " + cast_v2s(element))
  566. // Find the type (to see what to do with it)
  567. // this does not yet yield the type of transformation, if it is an Execution
  568. type = read_type(pm, element)
  569. if (type == "Start"):
  570. // Initial node, just progress to the next elements
  571. // Nothing to do here though, as we have just started
  572. result = True
  573. elif (type == "Finish"):
  574. // Should be impossible, as we would have ended...
  575. result = result
  576. elif (type == "Fork"):
  577. result = result
  578. elif (type == "Join"):
  579. // Only do this if all dependencies are fullfilled
  580. // So add to the counter of this Join
  581. dict_overwrite(counters, element, integer_addition(counters[element], 1))
  582. // Now check whether we have enough tokens to execute the Join itself
  583. Integer required
  584. Integer got
  585. required = read_nr_out(allIncomingAssociationInstances(pm, element, "Next")) + read_nr_out(allIncomingAssociationInstances(pm, element, "Else"))
  586. got = counters[element]
  587. if (got == required):
  588. // Reset counter to 0
  589. dict_overwrite(counters, element, 0)
  590. // And continue
  591. else:
  592. // We haven't gotten all yet, so we wait (i.e., continue without adding Next link to worklist)
  593. continue!
  594. elif (type == "Exec"):
  595. // Execute a transformation
  596. // This the difficult part!
  597. result = enact_action(pm, element, prefix, user_id)
  598. elif (type == "Decision"):
  599. // If the previous result is true, we add the normal one, otherwise the false one
  600. // in this context, that means that if it is false, we should add it manually to the list, and then continue the simulation loop
  601. if (bool_not(result)):
  602. // Apparently it is False, so map this to the "Else" branch
  603. set_add(worklist, create_tuple(set_pop(allAssociationDestinations(pm, element, "Else")), True))
  604. continue!
  605. else:
  606. // Apparently it is True, so map this to the "Then" branch
  607. set_add(worklist, create_tuple(set_pop(allAssociationDestinations(pm, element, "Then")), True))
  608. continue!
  609. // We have finished the execution, so add all outgoing edges to the worklist
  610. Element all_next
  611. all_next = allAssociationDestinations(pm, element, "Next")
  612. String next
  613. while (read_nr_out(all_next) > 0):
  614. next = set_pop(all_next)
  615. set_add(worklist, create_tuple(next, result))
  616. // Reached a finish element, so stop
  617. return !
  618. Void function user_function_skip_init(user_id : String):
  619. String cmd
  620. output("Welcome to the Model Management Interface v2.0!")
  621. output("Use the 'help' command for a list of possible commands")
  622. while (True):
  623. output("Ready for command...")
  624. cmd = input()
  625. if (cmd == "help"):
  626. output("Model operations")
  627. output(" model_add -- Add a new model")
  628. output(" model_modify -- Modify an existing model")
  629. output(" model_list -- List all models")
  630. output(" model_list_full -- List all models with full info")
  631. output(" model_overwrite -- Overwrites a model with an uploaded model, leaving all metadata")
  632. output(" model_render -- Render a given model with a specified mapper")
  633. output(" verify -- Check whether a model conforms to its metamodel")
  634. output("")
  635. output("Transformation-specific operations")
  636. output(" transformation_add_MT_language -- Create a RAMified metamodel of a set of models")
  637. output(" transformation_add_MT -- Initialize a new model transformation")
  638. output(" transformation_add_AL -- Initialize a new action language transformation")
  639. output(" transformation_add_MANUAL -- Initialize a new manual transformation")
  640. output(" transformation_execute -- Execute a transformation on a set of input models")
  641. output(" transformation_list -- List all model transformations")
  642. output(" transformation_list_full -- List all model transformations with permissions")
  643. output(" transformation_detail -- List transformation details")
  644. output(" transformation_RAMify -- RAMify a metamodel (again)")
  645. output("")
  646. output("Process operations")
  647. output(" process_execute -- Execute a process model")
  648. output("")
  649. output("Model permission operations")
  650. output(" permission_modify -- Change model permissions")
  651. output(" permission_owner -- Change model owner")
  652. output(" permission_group -- Change model group")
  653. output("")
  654. output("Group operations")
  655. output(" group_create -- Create a group")
  656. output(" group_delete -- Delete a group")
  657. output(" group_owner_add -- Add group owner")
  658. output(" group_owner_delete -- Remove group owner")
  659. output(" group_join -- Add someone to your group")
  660. output(" group_kick -- Kick someone from your group")
  661. output(" group_list -- List all groups you are a member of")
  662. output("")
  663. output("Admin operations")
  664. output(" admin_promote -- Promote a user to admin status")
  665. output(" admin_demote -- Demote a user to normal status")
  666. output("")
  667. output("General operations")
  668. output(" self-destruct -- Remove current user and revoke all permissions ")
  669. output(" exit -- Kill the current task, while retaining user")
  670. elif (cmd == "model_add"):
  671. // Model addition operation, which uses model upload commands of the compiler
  672. String name
  673. String type
  674. String location
  675. String type_id
  676. Element new_model
  677. String new_model_id
  678. output("Creating new model!")
  679. output("Model type?")
  680. type = input()
  681. type_id = get_model_id(type)
  682. if (type_id != ""):
  683. // Type exists
  684. if (allow_read(user_id, type_id)):
  685. // And is readable
  686. output("Model name?")
  687. name = input()
  688. if (get_model_id(name) == ""):
  689. // Model doesn't exist yet
  690. output("Waiting for model constructors...")
  691. new_model = construct_model_raw(get_full_model(type_id))
  692. model_create(new_model, name, user_id, type_id, "Model")
  693. output("Model upload success!")
  694. else:
  695. output("Model with that name already exists!")
  696. else:
  697. output("Permission denied")
  698. else:
  699. output("Could not find type model: " + type)
  700. elif (cmd == "process_execute"):
  701. // Execute a process model until it reaches termination
  702. String process_id
  703. output("Which process model do you want to execute?")
  704. process_id = get_model_id(input())
  705. if (process_id != ""):
  706. if (allow_read(user_id, process_id)):
  707. output("Model prefix to use?")
  708. enact_PM(get_full_model(process_id), input(), user_id)
  709. else:
  710. output("Permission denied")
  711. else:
  712. output("No such model")
  713. elif (cmd == "model_render"):
  714. String model_name
  715. String model_ID
  716. String mapper_name
  717. String mapper_ID
  718. String rendered_name
  719. String tracability_name
  720. String type_ID
  721. Element inputs
  722. Element outputs
  723. Element rendered_model
  724. Element tracability_model
  725. Element result
  726. output("Model to render?")
  727. model_name = input()
  728. model_ID = get_model_id(model_name)
  729. if (model_ID != ""):
  730. output("Mapper to use?")
  731. mapper_name = input()
  732. mapper_ID = get_model_id(mapper_name)
  733. if (allow_read(user_id, model_ID)):
  734. if (mapper_ID != ""):
  735. if (allow_read(user_id, mapper_ID)):
  736. // Everything is fine; start the actual operation
  737. // Find metamodel to render to
  738. rendered_name = (("__RENDERED_" + model_name) + "__") + mapper_name
  739. tracability_name = (("__TRACABILITY_" + model_name) + "__") + mapper_name
  740. // Take the abstract syntax model and the previously rendered model
  741. inputs = create_node()
  742. set_add(inputs, model_name)
  743. set_add(inputs, rendered_name)
  744. // Generate a new rendered model only (no write to original model!)
  745. outputs = create_node()
  746. type_ID = set_pop(allAssociationDestinations(core, mapper_ID, "transformOutput"))
  747. set_add(outputs, read_attribute(core, type_ID, "name"))
  748. // Rendered model doesn't exist yet, so create first
  749. if (get_model_id(rendered_name) == ""):
  750. // Rendered model doesn't exist yet, so create first!
  751. rendered_model = instantiate_model(get_full_model(type_ID))
  752. model_create(rendered_model, rendered_name, user_id, type_ID, "Model")
  753. // Tracability model won't exist either
  754. tracability_model = instantiate_model(get_full_model(get_model_id("Tracability")))
  755. model_create(tracability_model, tracability_name, user_id, get_model_id("Tracability"), "Model")
  756. else:
  757. // Read out tracability model
  758. tracability_model = get_full_model(get_model_id(tracability_name))
  759. // Do the operation itself!
  760. log("Start transformation!")
  761. result = execute_operation(mapper_ID, inputs, outputs, tracability_model)
  762. log("Transformation done")
  763. // Overwrite the previous rendered model; tracability updated in-place
  764. model_overwrite(result[read_attribute(core, type_ID, "name")], get_model_id(rendered_name))
  765. // Also output the resulting model
  766. output("Mapping success!")
  767. output(pretty_print(rendered_name))
  768. else:
  769. output("Permission denied")
  770. else:
  771. output("No such mapper")
  772. else:
  773. output("Permission denied")
  774. else:
  775. output("No such model")
  776. elif (cmd == "transformation_execute"):
  777. // Execute a transformation, whatever type it is
  778. // First we detect the type, so we know how to prepare for invocation
  779. String transformation_id
  780. String exact_type
  781. Element sources
  782. Element targets
  783. String source
  784. String target
  785. String name_id
  786. Element inputs
  787. Element outputs
  788. Element trace_links
  789. String target_model_name
  790. String source_model_name
  791. String source_model_ID
  792. Element result
  793. Element keys
  794. String key
  795. output("Which transformation do you want to execute?")
  796. transformation_id = input()
  797. transformation_id = get_model_id(transformation_id)
  798. if (transformation_id != ""):
  799. if (allow_read(user_id, transformation_id)):
  800. if (is_nominal_instance(core, transformation_id, "Transformation")):
  801. // Read out source and target links
  802. sources = allOutgoingAssociationInstances(core, transformation_id, "transformInput")
  803. inputs = create_node()
  804. while (read_nr_out(sources) > 0):
  805. source = set_pop(sources)
  806. output(string_join("Which model to bind for source type ", read_attribute(core, readAssociationDestination(core, source), "name")))
  807. source_model_name = input()
  808. source_model_ID = get_model_id(source_model_name)
  809. if (name_id != ""):
  810. if (allow_read(user_id, name_id)):
  811. // Check for conformance to the requested metamodel
  812. if (check_is_typed_by(source_model_ID, source)):
  813. if (check_conformance(source_model_ID)):
  814. set_add(inputs, source_model_name)
  815. continue!
  816. else:
  817. output("Model has correct type but does not conform completely!")
  818. else:
  819. output("Model has different type!")
  820. else:
  821. output("Permission denied")
  822. else:
  823. output("No such model")
  824. // Retry this model type
  825. set_add(sources, source)
  826. targets = allOutgoingAssociationInstances(core, transformation_id, "transformOutput")
  827. outputs = create_node()
  828. while (read_nr_out(targets) > 0):
  829. target = set_pop(targets)
  830. output(string_join("Which model to create for target type ", read_attribute(core, readAssociationDestination(core, target), "name")))
  831. target_model_name = input()
  832. if (get_model_id(target_model_name) == ""):
  833. // Doesn't exist yet, so we can easily create
  834. dict_add(outputs, read_attribute(core, readAssociationDestination(core, target), "name"), target_model_name)
  835. else:
  836. // Already exists, so we need to check for write access
  837. if (allow_write(user_id, get_model_id(target_model_name))):
  838. dict_add(outputs, read_attribute(core, readAssociationDestination(core, target), "name"), target_model_name)
  839. else:
  840. output("Permission denied; try again")
  841. set_add(targets, target)
  842. result = execute_operation(transformation_id, inputs, dict_keys(outputs), read_root())
  843. // Now write out the models again
  844. if (element_eq(result, read_root())):
  845. // Something went wrong!
  846. log("Transformation failed; discarding changes")
  847. else:
  848. keys = dict_keys(result)
  849. while (read_nr_out(keys) > 0):
  850. key = set_pop(keys)
  851. if (get_model_id(outputs[key]) == ""):
  852. // New model
  853. model_create(result[key], outputs[key], user_id, get_model_id(key), "Model")
  854. else:
  855. model_overwrite(result[key], get_model_id(outputs[key]))
  856. else:
  857. output("Model is not an executable transformation")
  858. else:
  859. output("Permission denied")
  860. else:
  861. output("No such transformation")
  862. elif (cmd == "verify"):
  863. // Check whether a model conforms to its specification (with the selected type mapping)
  864. String model_id
  865. String result
  866. output("Which model to verify?")
  867. model_id = get_model_id(input())
  868. if (model_id != ""):
  869. if (allow_read(user_id, model_id)):
  870. result = conformance_scd(get_full_model(model_id))
  871. output(result)
  872. else:
  873. output("Permission denied")
  874. else:
  875. output("No such model")
  876. elif (cmd == "model_overwrite"):
  877. // Overwrites an existing model without changing any metadata
  878. String model_id
  879. Element new_model
  880. output("Which model to overwrite?")
  881. model_id = get_model_id(input())
  882. if (model_id != ""):
  883. if (allow_write(user_id, model_id)):
  884. if (allow_read(user_id, set_pop(allAssociationDestinations(core, model_id, "instanceOf")))):
  885. output("Waiting for model constructors...")
  886. new_model = construct_model_raw(get_full_model(set_pop(allAssociationDestinations(core, model_id, "instanceOf"))))
  887. model_overwrite(new_model, model_id)
  888. output("Model overwrite success!")
  889. else:
  890. output("Permission denied")
  891. else:
  892. output("Permission denied")
  893. else:
  894. output("No such model")
  895. elif (cmd == "model_modify"):
  896. // Model modify operation, which uses the mini_modify.alc operations, though with extensions for access control
  897. String model_id
  898. String type_id
  899. output("Which model do you want to modify?")
  900. model_id = get_model_id(input())
  901. if (model_id != ""):
  902. if (allow_read(user_id, model_id)):
  903. type_id = set_pop(allAssociationDestinations(core, model_id, "instanceOf"))
  904. if (allow_read(user_id, type_id)):
  905. modify(get_full_model(model_id), allow_write(user_id, model_id))
  906. else:
  907. output("Permission denied")
  908. else:
  909. output("Permission denied")
  910. else:
  911. output("Could not find model!")
  912. elif (cmd == "model_delete"):
  913. // Delete a model and all of its related transformations
  914. String model_id
  915. output("=================================================")
  916. output("WARNING: Deletion is a very destructive operation")
  917. output(" as it also deletes all transformations ")
  918. output(" defined which make use of this model! ")
  919. output("=================================================")
  920. output("")
  921. output("Currently not supported!")
  922. elif (cmd == "model_list"):
  923. // List all models
  924. Element models
  925. String m
  926. models = allInstances(core, "Model")
  927. while (read_nr_out(models) > 0):
  928. m = set_pop(models)
  929. output(string_join((string_join(" ", read_attribute(core, m, "name")) + " : "), read_attribute(core, set_pop(allAssociationDestinations(core, m, "instanceOf")), "name")))
  930. elif (cmd == "model_list_full"):
  931. // List all models with full info
  932. Element models
  933. String m
  934. String permissions
  935. String owner
  936. String group
  937. String name
  938. String type
  939. models = allInstances(core, "Model")
  940. while (read_nr_out(models) > 0):
  941. m = set_pop(models)
  942. permissions = read_attribute(core, m, "permissions")
  943. owner = read_attribute(core, set_pop(allAssociationDestinations(core, m, "owner")), "name")
  944. group = read_attribute(core, set_pop(allAssociationDestinations(core, m, "group")), "name")
  945. name = read_attribute(core, m, "name")
  946. type = read_attribute(core, set_pop(allAssociationDestinations(core, m, "instanceOf")), "name")
  947. output(((((((((" " + permissions) + " ") + owner) + " ") + group) + " ") + name) + " : ") + type)
  948. elif (cmd == "transformation_add_MT_language"):
  949. // Create a model transformation language from a set of input and output formalisms
  950. String name
  951. String model_id
  952. Element source
  953. Element target
  954. Element all_formalisms
  955. Element merged_formalism
  956. Element ramified_formalism
  957. String old_type_id
  958. String type_id
  959. String location
  960. String new_model_id
  961. old_type_id = ""
  962. // Read involved formalisms
  963. all_formalisms = create_node()
  964. output("Formalisms to include (terminate with empty string)?")
  965. name = input()
  966. while (name != ""):
  967. model_id = get_model_id(name)
  968. if (model_id != ""):
  969. if (allow_read(user_id, model_id)):
  970. type_id = set_pop(allAssociationDestinations(core, model_id, "instanceOf"))
  971. if (bool_or(old_type_id == "", type_id == old_type_id)):
  972. set_add(all_formalisms, create_tuple(name, get_full_model(model_id)))
  973. old_type_id = type_id
  974. elif (old_type_id != type_id):
  975. // Already have a previous type_id and now another: CLASH
  976. output("Cannot add model as types not compatible with previous models; try again")
  977. else:
  978. output("Model not readable; try again")
  979. else:
  980. output("No such model; try again")
  981. name = input()
  982. // Merge all into a single metamodel
  983. if (read_nr_out(all_formalisms) > 0):
  984. output("Name of the RAMified transformation metamodel?")
  985. name = input()
  986. if (get_model_id(name) == ""):
  987. String merged_formalism_id
  988. String ramified_formalism_id
  989. String source_formalism_id
  990. String tracability_link
  991. // New location is available, so write
  992. merged_formalism = model_fuse(set_copy(all_formalisms))
  993. model_create(merged_formalism, "__merged_" + name, user_id, type_id, "Model")
  994. merged_formalism_id = get_model_id("__merged_" + name)
  995. // Add tracability links at this level
  996. while (read_nr_out(all_formalisms) > 0):
  997. source_formalism_id = get_model_id(list_read(set_pop(all_formalisms), 0))
  998. tracability_link = instantiate_link(core, "tracability", "", merged_formalism_id, source_formalism_id)
  999. instantiate_attribute(core, tracability_link, "type", "merged")
  1000. // Merge complete, now RAMify!
  1001. ramified_formalism = ramify(merged_formalism)
  1002. model_create(ramified_formalism, name, user_id, type_id, "Model")
  1003. ramified_formalism_id = get_model_id(name)
  1004. // Add tracability link at this level
  1005. tracability_link = instantiate_link(core, "tracability", "", ramified_formalism_id, merged_formalism_id)
  1006. instantiate_attribute(core, tracability_link, "type", "RAMified")
  1007. else:
  1008. output("Model already exists!")
  1009. else:
  1010. output("At least one formalism is required")
  1011. elif (cmd == "transformation_RAMify"):
  1012. // RAMify a metamodel
  1013. String merged_model_id
  1014. String target_model_name
  1015. String target_model_id
  1016. Element target_model
  1017. String tracability_link
  1018. output("Which metamodel do you want to RAMify?")
  1019. merged_model_id = get_model_id(input())
  1020. if (merged_model_id != ""):
  1021. if (allow_read(user_id, merged_model_id)):
  1022. output("Where do you want to store the RAMified metamodel?")
  1023. target_model_name = input()
  1024. target_model_id = get_model_id(target_model_name)
  1025. if (target_model_id == ""):
  1026. // New model, so everything is fine
  1027. target_model = ramify(get_full_model(merged_model_id))
  1028. model_create(target_model, target_model_name, user_id, set_pop(allAssociationDestinations(core, merged_model_id, "instanceOf")), "Model")
  1029. target_model_id = get_model_id(target_model_name)
  1030. tracability_link = instantiate_link(core, "tracability", "", target_model_id, merged_model_id)
  1031. instantiate_attribute(core, tracability_link, "type", "RAMified")
  1032. else:
  1033. // Existing model, so overwrite
  1034. if (allow_write(user_id, target_model_id)):
  1035. target_model = ramify(get_full_model(merged_model_id))
  1036. model_overwrite(target_model, target_model_id)
  1037. model_delete_element(core, set_pop(allOutgoingAssociationInstances(core, target_model_id, "tracability")))
  1038. tracability_link = instantiate_link(core, "tracability", "", target_model_id, merged_model_id)
  1039. instantiate_attribute(core, tracability_link, "type", "RAMified")
  1040. else:
  1041. output("Permission denied")
  1042. else:
  1043. output("Permission denied!")
  1044. else:
  1045. output("No such model")
  1046. elif (bool_or(cmd == "transformation_add_MANUAL", cmd == "transformation_add_AL")):
  1047. // Add a manual transformation model
  1048. String model_id
  1049. Element models
  1050. Element source
  1051. Element target
  1052. String name
  1053. Element all_formalisms
  1054. Element merged_formalism
  1055. String merged_formalism_id
  1056. String source_formalism_id
  1057. String tracability_link
  1058. String type_id
  1059. String old_type_id
  1060. source = create_node()
  1061. target = create_node()
  1062. all_formalisms = create_node()
  1063. type_id = ""
  1064. old_type_id = ""
  1065. output("Which metamodels do you want to use as source for the operation (empty string to finish)?")
  1066. name = input()
  1067. while (name != ""):
  1068. model_id = get_model_id(name)
  1069. if (model_id != ""):
  1070. if (allow_read(user_id, model_id)):
  1071. if (bool_not(set_in(source, model_id))):
  1072. type_id = set_pop(allAssociationDestinations(core, model_id, "instanceOf"))
  1073. if (bool_or(old_type_id == "", type_id == old_type_id)):
  1074. old_type_id = type_id
  1075. set_add(source, model_id)
  1076. set_add(all_formalisms, create_tuple(name, get_full_model(model_id)))
  1077. elif (old_type_id != type_id):
  1078. // Already have a previous type_id and now another: CLASH
  1079. output("Cannot add model as types not compatible with previous models; try again")
  1080. else:
  1081. output("Model already selected as source")
  1082. else:
  1083. output("Permission denied")
  1084. else:
  1085. output("No such model; try again")
  1086. name = input()
  1087. output("Which metamodels do you want to use as target for the operation (empty string to finish)?")
  1088. name = input()
  1089. while (name != ""):
  1090. model_id = get_model_id(name)
  1091. if (model_id != ""):
  1092. if (allow_read(user_id, model_id)):
  1093. if (bool_not(set_in(target, model_id))):
  1094. type_id = set_pop(allAssociationDestinations(core, model_id, "instanceOf"))
  1095. if (bool_or(old_type_id == "", type_id == old_type_id)):
  1096. old_type_id = type_id
  1097. set_add(target, model_id)
  1098. set_add(all_formalisms, create_tuple(name, get_full_model(model_id)))
  1099. elif (old_type_id != type_id):
  1100. // Already have a previous type_id and now another: CLASH
  1101. output("Cannot add model as types not compatible with previous models; try again")
  1102. else:
  1103. output("Model already selected as target")
  1104. else:
  1105. output("Permission denied")
  1106. else:
  1107. output("No such model; try again")
  1108. name = input()
  1109. output("Name of operation model?")
  1110. name = input()
  1111. if (get_model_id(name) == ""):
  1112. if (cmd == "transformation_add_MANUAL"):
  1113. // Finished with all information, now create the model itself!
  1114. model_create(instantiate_model(get_full_model(get_model_id("ManualOperation"))), name, user_id, get_model_id("ManualOperation"), "ManualOperation")
  1115. model_id = get_model_id(name)
  1116. elif (cmd == "transformation_add_AL"):
  1117. // Finished with all information, now create the model itself!
  1118. output("Waiting for model constructors...")
  1119. add_code_model(get_full_model(get_model_id("ActionLanguage")), "AL/" + name, construct_function())
  1120. model_create(import_node("AL/" + name), name, user_id, get_model_id("ActionLanguage"), "ActionLanguage")
  1121. model_id = get_model_id(name)
  1122. // Write out a merged metamodel containing all these models: this is the MM for the manual operation
  1123. // New location is available, so write
  1124. merged_formalism = model_fuse(set_copy(all_formalisms))
  1125. model_create(merged_formalism, "__merged_" + name, user_id, type_id, "Model")
  1126. merged_formalism_id = get_model_id("__merged_" + name)
  1127. // Add tracability links at this level
  1128. while (read_nr_out(all_formalisms) > 0):
  1129. source_formalism_id = get_model_id(list_read(set_pop(all_formalisms), 0))
  1130. tracability_link = instantiate_link(core, "tracability", "", merged_formalism_id, source_formalism_id)
  1131. instantiate_attribute(core, tracability_link, "type", "merged")
  1132. tracability_link = instantiate_link(core, "tracability", "", model_id, merged_formalism_id)
  1133. instantiate_attribute(core, tracability_link, "type", "operatesOn")
  1134. // Extend metadata with info on source and target
  1135. String link
  1136. String dst
  1137. while (read_nr_out(source) > 0):
  1138. dst = set_pop(source)
  1139. link = instantiate_link(core, "transformInput", "", model_id, dst)
  1140. while (read_nr_out(target) > 0):
  1141. dst = set_pop(target)
  1142. link = instantiate_link(core, "transformOutput", "", model_id, dst)
  1143. else:
  1144. output("Model already exists")
  1145. elif (cmd == "transformation_add_MT"):
  1146. // Add a model transformation model
  1147. // Just a usual model instantiation, but need to add the source and target links based on user info
  1148. String ramified_metamodel_id
  1149. String model_id
  1150. Element models
  1151. Element links
  1152. String link_id
  1153. Element supported
  1154. Element source
  1155. Element target
  1156. String name
  1157. String new_model_id
  1158. String merged_link_id
  1159. Element links_merged
  1160. String merged_metamodel_id
  1161. source = create_node()
  1162. target = create_node()
  1163. supported = create_node()
  1164. output("RAMified metamodel to use?")
  1165. ramified_metamodel_id = get_model_id(input())
  1166. if (ramified_metamodel_id != ""):
  1167. if (allow_read(user_id, ramified_metamodel_id)):
  1168. output("Supported metamodels:")
  1169. links = allOutgoingAssociationInstances(core, ramified_metamodel_id, "tracability")
  1170. while (read_nr_out(links) > 0):
  1171. link_id = set_pop(links)
  1172. merged_metamodel_id = readAssociationDestination(core, link_id)
  1173. if (value_eq(read_attribute(core, link_id, "type"), "RAMified")):
  1174. links_merged = allOutgoingAssociationInstances(core, merged_metamodel_id, "tracability")
  1175. while (read_nr_out(links_merged) > 0):
  1176. merged_link_id = set_pop(links_merged)
  1177. if (value_eq(read_attribute(core, merged_link_id, "type"), "merged")):
  1178. output(string_join(" ", read_attribute(core, readAssociationDestination(core, merged_link_id), "name")))
  1179. set_add(supported, readAssociationDestination(core, merged_link_id))
  1180. output("Which metamodels do you want to use as source for the operation (empty string to finish)?")
  1181. name = input()
  1182. while (name != ""):
  1183. model_id = get_model_id(name)
  1184. if (model_id != ""):
  1185. if (set_in(supported, model_id)):
  1186. if (bool_not(set_in(source, model_id))):
  1187. set_add(source, model_id)
  1188. else:
  1189. output("Model already selected as source")
  1190. else:
  1191. output("Model is not supported by RAMified metamodel!")
  1192. else:
  1193. output("No such model; try again")
  1194. name = input()
  1195. output("Which metamodels do you want to use as target for the operation (empty string to finish)?")
  1196. name = input()
  1197. while (name != ""):
  1198. model_id = get_model_id(name)
  1199. if (model_id != ""):
  1200. if (set_in(supported, model_id)):
  1201. if (bool_not(set_in(target, model_id))):
  1202. set_add(target, model_id)
  1203. else:
  1204. output("Model already selected as target")
  1205. else:
  1206. output("Model is not supported by RAMified metamodel!")
  1207. else:
  1208. output("No such model; try again")
  1209. name = input()
  1210. output("Name of new operation?")
  1211. name = input()
  1212. if (get_model_id(name) == ""):
  1213. String new_model
  1214. // Finished with all information, now create the model itself!
  1215. output("Waiting for model constructors...")
  1216. new_model = construct_model_raw(get_full_model(ramified_metamodel_id))
  1217. model_create(new_model, name, user_id, ramified_metamodel_id, "ModelTransformation")
  1218. model_id = get_model_id(name)
  1219. // Extend metadata with info on source and target
  1220. String link
  1221. String dst
  1222. while (read_nr_out(source) > 0):
  1223. dst = set_pop(source)
  1224. link = instantiate_link(core, "transformInput", "", model_id, dst)
  1225. while (read_nr_out(target) > 0):
  1226. dst = set_pop(target)
  1227. link = instantiate_link(core, "transformOutput", "", model_id, dst)
  1228. else:
  1229. output("Model already exists")
  1230. else:
  1231. output("Permission denied")
  1232. else:
  1233. output("No such model")
  1234. elif (cmd == "transformation_list"):
  1235. // List all models
  1236. Element models
  1237. String m
  1238. String type
  1239. models = allInstances(core, "Transformation")
  1240. while (read_nr_out(models) > 0):
  1241. m = set_pop(models)
  1242. output(string_join(("[" + read_type(core, m)) + "]", string_join((string_join(" ", read_attribute(core, m, "name")) + " : "), read_attribute(core, set_pop(allAssociationDestinations(core, m, "instanceOf")), "name"))))
  1243. elif (cmd == "transformation_list_full"):
  1244. // List all models with full info
  1245. Element models
  1246. String m
  1247. String permissions
  1248. String owner
  1249. String group
  1250. String name
  1251. String type
  1252. models = allInstances(core, "Transformation")
  1253. while (read_nr_out(models) > 0):
  1254. m = set_pop(models)
  1255. permissions = read_attribute(core, m, "permissions")
  1256. owner = read_attribute(core, set_pop(allAssociationDestinations(core, m, "owner")), "name")
  1257. group = read_attribute(core, set_pop(allAssociationDestinations(core, m, "group")), "name")
  1258. name = read_attribute(core, m, "name")
  1259. type = read_attribute(core, set_pop(allAssociationDestinations(core, m, "instanceOf")), "name")
  1260. output(((((((((" " + permissions) + " ") + owner) + " ") + group) + " ") + ((("[" + read_type(core, m)) + "] ") + name)) + " : ") + type)
  1261. elif (cmd == "permission_modify"):
  1262. String permissions
  1263. Integer permission
  1264. String model_id
  1265. output("Which model do you want to change permissions of?")
  1266. model_id = get_model_id(input())
  1267. if (model_id != ""):
  1268. if (get_relation_to_model(user_id, model_id) == 0):
  1269. output("New permissions?")
  1270. permissions = input()
  1271. Boolean fail
  1272. Integer i
  1273. i = 0
  1274. if (string_len(permissions) != 3):
  1275. fail = True
  1276. while (i < 3):
  1277. permission = cast_s2i(string_get(permissions, i))
  1278. if (bool_or(permission < 0, permission > 2)):
  1279. fail = True
  1280. break!
  1281. i = i + 1
  1282. if (bool_not(fail)):
  1283. unset_attribute(core, model_id, "permissions")
  1284. instantiate_attribute(core, model_id, "permissions", permissions)
  1285. else:
  1286. output("Permissions must be a string of three characters with each character being a digit between 0 and 2")
  1287. else:
  1288. output("Permission denied!")
  1289. else:
  1290. output("No such model!")
  1291. elif (cmd == "permission_owner"):
  1292. String permissions
  1293. String model_id
  1294. String user_id
  1295. output("Which model do you want to change owner of?")
  1296. model_id = get_model_id(input())
  1297. if (model_id != ""):
  1298. if (bool_or(get_relation_to_model(user_id, model_id) == 0, is_admin(user_id))):
  1299. output("New owner?")
  1300. user_id = get_user_id(input())
  1301. if (user_id != ""):
  1302. model_delete_element(core, set_pop(allOutgoingAssociationInstances(core, model_id, "owner")))
  1303. instantiate_link(core, "owner", "", model_id, user_id)
  1304. else:
  1305. output("No such user!")
  1306. else:
  1307. output("Permission denied!")
  1308. else:
  1309. output("No such model!")
  1310. elif (cmd == "permission_group"):
  1311. String permissions
  1312. String model_id
  1313. String group_id
  1314. output("Which model do you want to change permissions of?")
  1315. model_id = get_model_id(input())
  1316. if (model_id != ""):
  1317. if (bool_or(get_relation_to_model(user_id, model_id) == 0, is_admin(user_id))):
  1318. output("New group?")
  1319. group_id = get_group_id(input())
  1320. if (group_id != ""):
  1321. model_delete_element(core, set_pop(allOutgoingAssociationInstances(core, model_id, "group")))
  1322. instantiate_link(core, "group", "", model_id, group_id)
  1323. else:
  1324. output("No such group!")
  1325. else:
  1326. output("Permission denied!")
  1327. else:
  1328. output("No such model!")
  1329. elif (cmd == "group_create"):
  1330. // Create a new group and become its owner
  1331. String group_id
  1332. String name
  1333. output("Which group do you want to create?")
  1334. name = input()
  1335. group_id = get_group_id(name)
  1336. if (group_id == ""):
  1337. group_id = instantiate_node(core, "Group", "")
  1338. instantiate_attribute(core, group_id, "name", name)
  1339. instantiate_link(core, "belongsTo", "", user_id, group_id)
  1340. instantiate_link(core, "owner", "", group_id, user_id)
  1341. output("Group created!")
  1342. else:
  1343. output("Group already exists")
  1344. elif (cmd == "group_delete"):
  1345. // Delete an existing group
  1346. String group_id
  1347. String name
  1348. output("Which group do you want to delete?")
  1349. name = input()
  1350. group_id = get_group_id(name)
  1351. if (group_id != ""):
  1352. if (allow_group_modify(user_id, group_id)):
  1353. model_delete_element(core, group_id)
  1354. else:
  1355. output("Permission denied")
  1356. else:
  1357. output("No such group")
  1358. elif (cmd == "group_owner_add"):
  1359. // Add an owner to your group
  1360. String group_id
  1361. String other_user_id
  1362. output("Which group do you want to add an owner to?")
  1363. group_id = get_group_id(input())
  1364. if (group_id != ""):
  1365. if (allow_group_modify(user_id, group_id)):
  1366. output("Which user do you want to make an owner?")
  1367. other_user_id = get_user_id(input())
  1368. if (other_user_id != ""):
  1369. Element overlap
  1370. overlap = set_overlap(allIncomingAssociationInstances(core, other_user_id, "owner"), allOutgoingAssociationInstances(core, group_id, "owner"))
  1371. if (read_nr_out(overlap) == 0):
  1372. instantiate_link(core, "owner", "", group_id, other_user_id)
  1373. overlap = set_overlap(allOutgoingAssociationInstances(core, other_user_id, "belongsTo"), allIncomingAssociationInstances(core, group_id, "belongsTo"))
  1374. if (read_nr_out(overlap) == 0):
  1375. instantiate_link(core, "belongsTo", "", other_user_id, group_id)
  1376. output("New owner added to group!")
  1377. else:
  1378. output("User is already an owner!")
  1379. else:
  1380. output("No such user")
  1381. else:
  1382. output("Permission denied!")
  1383. else:
  1384. output("No such group")
  1385. elif (cmd == "group_owner_delete"):
  1386. // Remove an owner from your group
  1387. String group_id
  1388. String other_user_id
  1389. output("Which group do you want to disown someone from?")
  1390. group_id = get_group_id(input())
  1391. if (group_id != ""):
  1392. if (allow_group_modify(user_id, group_id)):
  1393. output("Which user do you want to disown?")
  1394. other_user_id = get_user_id(input())
  1395. if (other_user_id != ""):
  1396. Element overlap
  1397. overlap = set_overlap(allOutgoingAssociationInstances(core, other_user_id, "belongsTo"), allIncomingAssociationInstances(core, group_id, "belongsTo"))
  1398. if (read_nr_out(overlap) > 0):
  1399. overlap = set_overlap(allIncomingAssociationInstances(core, other_user_id, "owner"), allOutgoingAssociationInstances(core, group_id, "owner"))
  1400. if (read_nr_out(overlap) > 0):
  1401. model_delete_element(core, set_pop(overlap))
  1402. output("Disowned group from user!")
  1403. else:
  1404. output("User is not even an owner of the group!")
  1405. else:
  1406. output("User is not even a member of the group!")
  1407. else:
  1408. output("No such user")
  1409. else:
  1410. output("Permission denied!")
  1411. else:
  1412. output("No such group")
  1413. elif (cmd == "group_join"):
  1414. // Add someone to your group
  1415. String group_id
  1416. String other_user_id
  1417. output("Which group do you want to add someone to?")
  1418. group_id = get_group_id(input())
  1419. if (group_id != ""):
  1420. if (allow_group_modify(user_id, group_id)):
  1421. output("Which user do you want to add?")
  1422. other_user_id = get_user_id(input())
  1423. if (other_user_id != ""):
  1424. Element overlap
  1425. overlap = set_overlap(allOutgoingAssociationInstances(core, other_user_id, "belongsTo"), allIncomingAssociationInstances(core, group_id, "belongsTo"))
  1426. if (read_nr_out(overlap) == 0):
  1427. instantiate_link(core, "belongsTo", "", other_user_id, group_id)
  1428. output("User added to the group!")
  1429. else:
  1430. output("User is already a member of the group!")
  1431. else:
  1432. output("No such user")
  1433. else:
  1434. output("Permission denied!")
  1435. else:
  1436. output("No such group")
  1437. elif (cmd == "group_kick"):
  1438. // Remove someone from your group
  1439. String group_id
  1440. String other_user_id
  1441. output("Which group do you want to kick someone from?")
  1442. group_id = get_group_id(input())
  1443. if (group_id != ""):
  1444. if (allow_group_modify(user_id, group_id)):
  1445. output("Which user do you want to kick?")
  1446. other_user_id = get_user_id(input())
  1447. if (other_user_id != ""):
  1448. Element overlap
  1449. overlap = set_overlap(allOutgoingAssociationInstances(core, other_user_id, "belongsTo"), allIncomingAssociationInstances(core, group_id, "belongsTo"))
  1450. if (read_nr_out(overlap) > 0):
  1451. model_delete_element(core, set_pop(overlap))
  1452. // Check if user was an owner as well
  1453. overlap = set_overlap(allIncomingAssociationInstances(core, other_user_id, "owner"), allOutgoingAssociationInstances(core, group_id, "owner"))
  1454. if (read_nr_out(overlap) > 0):
  1455. model_delete_element(core, set_pop(overlap))
  1456. output("User kicked!")
  1457. else:
  1458. output("User is not even a member of the group!")
  1459. else:
  1460. output("No such user")
  1461. else:
  1462. output("Permission denied!")
  1463. else:
  1464. output("No such group")
  1465. elif (cmd == "group_list"):
  1466. // List all groups you are a member of (and whether you are admin or not!)
  1467. Element groups
  1468. String group_id
  1469. String admin
  1470. groups = allAssociationDestinations(core, user_id, "belongsTo")
  1471. while (read_nr_out(groups) > 0):
  1472. group_id = set_pop(groups)
  1473. if (set_in(allOutgoingAssociationInstances(core, group_id, "owner"), user_id)):
  1474. admin = " A "
  1475. else:
  1476. admin = " "
  1477. output(string_join(admin, read_attribute(core, group_id, "name")))
  1478. elif (cmd == "admin_promote"):
  1479. // Promote a user to admin status
  1480. if (is_admin(user_id)):
  1481. String other_user_id
  1482. output("Which user do you want to promote?")
  1483. other_user_id = get_user_id(input())
  1484. if (other_user_id != ""):
  1485. unset_attribute(core, other_user_id, "admin")
  1486. instantiate_attribute(core, other_user_id, "admin", True)
  1487. output("Permissions granted!")
  1488. else:
  1489. output("No such user!")
  1490. else:
  1491. output("Permission denied!")
  1492. elif (cmd == "admin_demote"):
  1493. // Demote a user to normal status
  1494. if (is_admin(user_id)):
  1495. String other_user_id
  1496. output("Which user do you want to demote?")
  1497. other_user_id = get_user_id(input())
  1498. if (other_user_id != ""):
  1499. unset_attribute(core, other_user_id, "admin")
  1500. instantiate_attribute(core, other_user_id, "admin", False)
  1501. output("Permissions revoked!")
  1502. else:
  1503. output("No such user!")
  1504. else:
  1505. output("Permission denied!")
  1506. elif (cmd == "self-destruct"):
  1507. // Delete user from Core Formalism
  1508. model_delete_element(core, user_id)
  1509. return !
  1510. elif (cmd == "exit"):
  1511. // Exit by actually removing the user and decoupling it from all of its models
  1512. // Restarting with the same user name will NOT grant you access to anything of the previous user with that same name
  1513. // as the current user will have been deleted
  1514. return !
  1515. else:
  1516. output("Unknown command: " + cmd)
  1517. // We never get here!
  1518. return !