You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bgyori, can we brainstorm a schema for storing the MMT representation rather than the lower level MiraNet representation that we have been using. What is the native MIRA storage format that you are using? We would like to ingest that directly rather than have you convert to something closer to petri nets.
The text was updated successfully, but these errors were encountered:
One thing to note is that these TemplateModels are not "pre-compiled" in the way e.g., Petri nets are in a couple of ways, most importantly in that each Template has its own independent Concept arguments, and at the Template level, these Concepts are not merged. That happens at a later modeling stage. So if you use the TemplateModel representation directly, you would have to perform that compilation step to figure out which Concepts are the same on your end. In basic cases this is straightforward, e.g., you can just look at the name, but in general it can require a bit more logic.
@bgyori, can we brainstorm a schema for storing the MMT representation rather than the lower level MiraNet representation that we have been using. What is the native MIRA storage format that you are using? We would like to ingest that directly rather than have you convert to something closer to petri nets.
The text was updated successfully, but these errors were encountered: