Creation of MAU-Nodes with jsmile

The engine.
Post Reply
joergweber79
Posts: 21
Joined: Thu Jan 15, 2009 4:22 pm

Creation of MAU-Nodes with jsmile

Post by joergweber79 »

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
shooltz[BayesFusion]
Site Admin
Posts: 1457
Joined: Mon Nov 26, 2007 5:51 pm

Re: Creation of MAU-Nodes with jsmile

Post by shooltz[BayesFusion] »

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.
Post Reply