http://bndev.sourceforge.net
BBNCPF (This
will be phased out)
nCPFs should not be created individually unless you know what you are doing (e.g. creating ICPTs for SIS or AIS)
nTo create a CPF object
yourself, use:
List l = new LinkedList();
l.add(“node1”); l.add(“node2”);
// etc, add the node names involved for the CPT (in string)
BBNCPF cpf = new BBNCPF(l);
// Note: This will be
obsolete soon.