Example #1
0
def main():
    modelfile = sys.argv[1]
    model = yacml.loadYACML(modelfile)
    model.run()
Example #2
0
def main():
    modelfile = "camkii.yacml"
    model = yacml.loadYACML(modelfile)
    # add_extra(model)
    mu.graphviz.writeGraphviz("model.dot")
    model.run()
Example #3
0
def main():
    modelfile = "camkii.yacml"
    model = yacml.loadYACML(modelfile)
    #add_extra(model)
    model.run()