Is there a easy way to retrieve the structure of a BN at run time?
It seems I can use getParents/ getChildren to read node one by one in a loop and then determine the relationship. but just wonder if there is any easy way?
get the parents and children relationship at run time
-
- Site Admin
- Posts: 1457
- Joined: Mon Nov 26, 2007 5:51 pm
Re: get the parents and children relationship at run time
What could be easier?sez wrote:Is there a easy way to retrieve the structure of a BN at run time?
It seems I can use getParents/ getChildren to read node one by one in a loop and then determine the relationship. but just wonder if there is any easy way?