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