Hello dev-team,
we currently have the problem that we are not able to create mau-nodes using jsmile. We create the nodes with:
mynet.addNode(Network.NodeType.Mau, "Testnode");
But trying to display the result in genie only shows a ALU-node instead of MAU.
How can we do this? Is that a bug?
Greetings,
Joerg & Henry
Creation of MAU-Nodes with jsmile
-
- Site Admin
- Posts: 1457
- Joined: Mon Nov 26, 2007 5:51 pm
Re: Creation of MAU-Nodes with jsmile
The ALU and MAU nodes are implemented with single node type behind the scenes. Network.NodeType.Mau will work, but you'll have to call Network.setMauExpressions after creating the node. setMauExpressions is available only in the most recent jSMILE build - make sure you have current binaries.