This content has been marked as final.
Show 1 reply
-
1. Re: Nodes - Unique Identification
clebert.suconic Jul 5, 2006 11:02 AM (in response to nickman)The way I though it should work is:
OrderEJB.processOrder is a node.
OP A, is another node, under OrderEJB.processOrder node.
We will have to navigate in trees. We shouldn't have a flat structure.
Because you still need to analyze the root node processOrder combining A + C = total of the node.
Makes sense?